Skip to content

Commit c755b75

Browse files
committed
remove unused configs
1 parent b5d9ef0 commit c755b75

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/strands/models/gemini.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ class GeminiConfig(TypedDict, total=False):
4444

4545
model_id: Required[str]
4646
params: Optional[dict[str, Any]]
47-
response_schema: Optional[dict[str, Any]]
48-
response_mime_type: Optional[str]
4947

5048
def __init__(
5149
self,

0 commit comments

Comments
 (0)