-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
{
"error": {
"code": 400,
"message": "Invalid value at 'generation_config.response_schema' (type.googleapis.com/google.ai.generativelanguage.v1beta.Schema), \"{ \"type\": \"ARRAY\", \"items\": { \"type\": \"OBJECT\", \"properties\": { \"recipe_name\": {\"type\":\"STRING\"}, } } }\"",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": "type.googleapis.com/google.rpc.BadRequest",
"fieldViolations": [
{
"field": "generation_config.response_schema",
"description": "Invalid value at 'generation_config.response_schema' (type.googleapis.com/google.ai.generativelanguage.v1beta.Schema), \"{ \"type\": \"ARRAY\", \"items\": { \"type\": \"OBJECT\", \"properties\": { \"recipe_name\": {\"type\":\"STRING\"}, } } }\""
}
]
}
]
}
}
Currently ResponseSchema property is a string
jochenkirstaetter
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working