mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-03 03:52:16 +00:00
new param arguments_json in ToolCall
This commit is contained in:
parent
37f155e41d
commit
549096b264
10 changed files with 132 additions and 107 deletions
|
|
@ -11,11 +11,8 @@
|
|||
# top-level folder for each specific model found within the models/ directory at
|
||||
# the top-level of this source tree.
|
||||
|
||||
from llama_stack.models.llama.datatypes import (
|
||||
BuiltinTool,
|
||||
StopReason,
|
||||
ToolCall,
|
||||
)
|
||||
|
||||
from llama_stack.models.llama.datatypes import BuiltinTool, StopReason, ToolCall
|
||||
|
||||
from .prompt_templates import (
|
||||
BuiltinToolGenerator,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue