Working state.

This commit is contained in:
2026-02-10 21:43:00 +01:00
parent 2922692cda
commit bd1362dff8
3 changed files with 25 additions and 20 deletions
-8
View File
@@ -199,14 +199,6 @@ def generate_request(file, full_label):
max_output_tokens=65535,
response_mime_type= "application/json",
response_json_schema= TypeAdapter(List[EvaluationEntry]).json_schema()
# Thinking config is not compatible with response_json ? Unsure.
# thinking_config=types.ThinkingConfig(
# thinking_budget=-1,
# ),
# thinking_config=types.ThinkingConfig(
# include_thoughts=True,
# thinking_budget=1024, # Optimized for Gemini 3 capabilities
# ),
)
return (contents, generate_content_config)