Skip to content

Commit

Permalink
fixup! SpeziLLMOpenAI: replace use of _LLMFunctionParameterWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhdk committed Dec 16, 2024
1 parent 16644d0 commit 3ded7a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3ded7a0

Please sign in to comment.