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