diff --git a/Tests/UITests/TestApp/LLMOpenAI/Functions/LLMOpenAIFunctionPerson.swift b/Tests/UITests/TestApp/LLMOpenAI/Functions/LLMOpenAIFunctionPerson.swift index 9dd4c97..238a0f3 100644 --- a/Tests/UITests/TestApp/LLMOpenAI/Functions/LLMOpenAIFunctionPerson.swift +++ b/Tests/UITests/TestApp/LLMOpenAI/Functions/LLMOpenAIFunctionPerson.swift @@ -40,7 +40,7 @@ struct LLMOpenAIFunctionPerson: LLMFunction { // swiftlint:disable attributes - @Paramter(description: "Persons which age is to be determined.") + @Parameter(description: "Persons which age is to be determined.") var persons: [CustomArrayItemType] // swiftlint:enable attributes