mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 07:14:20 +00:00
more commits
This commit is contained in:
parent
8c4f489c5d
commit
b662924057
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class TavilySearchToolRuntimeImpl(ToolGroupsProtocolPrivate, ToolRuntime, NeedsR
|
|||
async def invoke_tool(self, tool_name: str, kwargs: dict[str, Any]) -> ToolInvocationResult:
|
||||
api_key = self._get_api_key()
|
||||
|
||||
timeout = https.Timeout(timeout=self.config.timeout, connect=self.config.connect_timeout)
|
||||
httpx.Timeout(timeout=self.config.timeout, connect=self.config.connect_timeout)
|
||||
|
||||
async with httpx.AsyncClient() as client:
|
||||
response = await client.post(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue