mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 19:33:58 +00:00
address feedback
This commit is contained in:
parent
e08b7f4432
commit
a7a55748ca
8 changed files with 21 additions and 24 deletions
|
|
@ -8,7 +8,6 @@ import json
|
|||
from typing import Any, Dict, List, Optional
|
||||
|
||||
import requests
|
||||
from llama_models.llama3.api.datatypes import BuiltinTool
|
||||
|
||||
from llama_stack.apis.common.content_types import URL
|
||||
from llama_stack.apis.tools import (
|
||||
|
|
@ -65,7 +64,6 @@ class BingSearchToolRuntimeImpl(
|
|||
parameter_type="string",
|
||||
)
|
||||
],
|
||||
built_in_type=BuiltinTool.brave_search,
|
||||
)
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue