hsduren

Results 3 comments of hsduren

I I encountered the same issue

you can use the param **tools** let input = try await context.processor.prepare(input: .init(messages: self.messages,tools:toolService.getAllToolSpecs() )) var toolSpec: [String: any Sendable] { return [ "type": "function", "function": [ "name": name, "description":...