We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d9ef0 commit c755b75Copy full SHA for c755b75
src/strands/models/gemini.py
@@ -44,8 +44,6 @@ class GeminiConfig(TypedDict, total=False):
44
45
model_id: Required[str]
46
params: Optional[dict[str, Any]]
47
- response_schema: Optional[dict[str, Any]]
48
- response_mime_type: Optional[str]
49
50
def __init__(
51
self,
0 commit comments