mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 20:59:47 +00:00
Support Tavily as built-in search tool.
This commit is contained in:
parent
e8112b31ab
commit
9b76224c28
3 changed files with 106 additions and 49 deletions
|
|
@ -54,6 +54,7 @@ class ToolDefinitionCommon(BaseModel):
|
|||
class SearchEngineType(Enum):
|
||||
bing = "bing"
|
||||
brave = "brave"
|
||||
tavily = "tavily"
|
||||
|
||||
|
||||
@json_schema_type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue