From 3ded7a09babbfba695102bc6e83538398b8c1838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Heidekr=C3=BCger?= Date: Mon, 16 Dec 2024 11:31:31 +0100 Subject: [PATCH] fixup! SpeziLLMOpenAI: replace use of `_LLMFunctionParameterWrapper` --- .../TestApp/LLMOpenAI/Functions/LLMOpenAIFunctionPerson.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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