Working state.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user