mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 01:48:05 +00:00
Merge 113cb4cd65 into ee107aadd6
This commit is contained in:
commit
b761637db4
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ class BuiltinTool(Enum):
|
|||
|
||||
|
||||
Primitive = str | int | float | bool | None
|
||||
RecursiveType = Primitive | list[Primitive] | dict[str, Primitive]
|
||||
type RecursiveType = Primitive | list[RecursiveType] | dict[str, RecursiveType]
|
||||
|
||||
|
||||
class ToolCall(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue