mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 20:14:13 +00:00
fix agentic calling inference
This commit is contained in:
parent
2501b3d7de
commit
f55ffa8b53
4 changed files with 8 additions and 22 deletions
|
@ -132,7 +132,7 @@ async def run_main(host: str, port: int):
|
|||
api = AgenticSystemClient(f"http://{host}:{port}")
|
||||
|
||||
tool_definitions = [
|
||||
SearchToolDefinition(engine=SearchEngineType.brave),
|
||||
SearchToolDefinition(engine=SearchEngineType.bing),
|
||||
WolframAlphaToolDefinition(),
|
||||
CodeInterpreterToolDefinition(),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue