You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I get an error on this line: var tools = FunctionCallingHelper.GetToolDefinitions<[MyClass]>();
When upgrading Betalgo.OpenAI from 8.6.2 to 8.7.1.
The Betalgo.OpenAI.Utilities is version 8.1.0
The exception is: `Method not found: 'Void OpenAI.Builders.FunctionDefinitionBuilder..ctor(System.String, System.String)'
The stacktrace is:
at OpenAI.Utilities.FunctionCalling.FunctionCallingHelper.GetFunctionDefinition(MethodInfo methodInfo)
at OpenAI.Utilities.FunctionCalling.FunctionCallingHelper.GetToolDefinition(MethodInfo methodInfo)
at OpenAI.Utilities.FunctionCalling.FunctionCallingHelper.<>c.<GetToolDefinitions>b__4_2(<>f__AnonymousType02 t)
at System.Linq.Enumerable.WhereSelectEnumerableIterator2.ToList()
at OpenAI.Utilities.FunctionCalling.FunctionCallingHelper.GetToolDefinitions(Type type)
at OpenAI.Utilities.FunctionCalling.FunctionCallingHelper.GetToolDefinitions[T]()
The text was updated successfully, but these errors were encountered:
Describe the bug
I get an error on this line:
var tools = FunctionCallingHelper.GetToolDefinitions<[MyClass]>();
When upgrading Betalgo.OpenAI from 8.6.2 to 8.7.1.
The Betalgo.OpenAI.Utilities is version 8.1.0
The exception is: `Method not found: 'Void OpenAI.Builders.FunctionDefinitionBuilder..ctor(System.String, System.String)'
The stacktrace is:
The text was updated successfully, but these errors were encountered: