Bonjour !
Nous avons configuré le plugin IA avec Google Gemini 2.0 Flash et activé la résumé, la détection de spam et l’assistant IA.
L’assistant et le spam semblent fonctionner correctement - aucun problème de ce côté-là.
Cependant, le résumé reste bloqué
Le journal d’erreurs indique ce qui suit :
DiscourseAi::Completions::Endpoints::Gemini: status: 400 - body: {
"error": {
"code": 400,
"message": "Invalid value at 'generation_config.response_schema.type' (type.googleapis.com/google.ai.generativelanguage.v1beta.Type), \"json_schema\"\nInvalid JSON payload received. Unknown name \"json_schema\" at 'generation_config.response_schema': Cannot find field.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": "type.googleapis.com/google.rpc.BadRequest",
"fieldViolations": [
{
"field": "generation_config.response_schema.type",
"description": "Invalid value at 'generation_config.response_schema.type' (type.googleapis.com/google.ai.generativelanguage.v1beta.Type), \"json_schema\""
},
{
"field": "generation_config.response_schema",
"description": "Invalid JSON payload received. Unknown name \"json_schema\" at 'generation_config.response_schema': Cannot find field."
}
]
}
]
}
}
Je n’ai aucune expérience dans ce domaine, donc toute aide est la bienvenue. Seule la fonction de résumé ne fonctionne pas, tout le reste semble correct.
Merci d’avance.
