Skip to content

Commit f095a05

Browse files
pshikoCopilot
andauthored
Update src/strands/models/gemini.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a86e945 commit f095a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/strands/models/gemini.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def _format_request_tools(self, tool_specs: Optional[list[ToolSpec]]) -> list[ge
232232
),
233233
]
234234
if self.config.get("gemini_tools"):
235-
tools.extend(self.config.get("gemini_tools", []))
235+
tools.extend(self.config["gemini_tools"])
236236
return tools
237237

238238
def _format_request_config(

0 commit comments

Comments
 (0)