Gemini: Add config.yaml setting for thought signatures (#5025)

This commit is contained in:
Cohee
2026-01-16 23:23:39 +02:00
committed by GitHub
parent 9d36b19ef9
commit 06691e8b9d
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -287,6 +287,8 @@ claude:
gemini:
# API endpoint version ("v1beta" or "v1alpha")
apiVersion: 'v1beta'
# Adds thought signatures to requests (if available). Only for Gemini 3 and above.
thoughtSignatures: true
# Enables caching of the system prompt (if supported). Only for OpenRouter.
# -- IMPORTANT! --
# Use only when the prompt before the chat history is static and doesn't change between requests