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
[ {
"error" : {
"code" : 400,
"message" : "* GenerateContentRequest.tools[2].function_declarations[0].parameters.type: must be specified when not using one_of\n* GenerateContentRequest.tools[7].function_declarations[0].parameters.properties[options].items: missing field.\n* GenerateContentRequest.tools[13].function_declarations[0].parameters.type: must be specified when not using one_of\n* GenerateContentRequest.tools[15].function_declarations[0].parameters.type: must be specified when not using one_of\n",
"status" : "INVALID_ARGUMENT"
}
} ]
What i'm doing wrong?
The text was updated successfully, but these errors were encountered:
I was trying to use same tool for different models, here my tries:
tools.ToolTypeFunction - my const "function"
I think we can handle here
langchaingo/llms/googleai/googleai.go
Line 391 in 71ded3c
Or why we have jsonschema.Definition?
I'll try to figure how i can use same models but still no success
or catch errors like
or
What i'm doing wrong?
The text was updated successfully, but these errors were encountered: