mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 20:19:59 +00:00
Rename ipython to tool
This commit is contained in:
parent
fdcc74fda2
commit
43e3f075b9
3 changed files with 3 additions and 3 deletions
|
|
@ -82,7 +82,7 @@ class SystemMessage(BaseModel):
|
|||
|
||||
@json_schema_type
|
||||
class ToolResponseMessage(BaseModel):
|
||||
role: Literal["ipython"] = "ipython"
|
||||
role: Literal["tool"] = "tool"
|
||||
# it was nice to re-use the ToolResponse type, but having all messages
|
||||
# have a `content` type makes things nicer too
|
||||
call_id: str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue