mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-16 17:36:07 +00:00
doc: 补全部分注释
This commit is contained in:
@@ -20,6 +20,8 @@ class ToolCall(pydantic.BaseModel):
|
||||
|
||||
|
||||
class Message(pydantic.BaseModel):
|
||||
"""消息"""
|
||||
|
||||
role: str # user, system, assistant, tool, command
|
||||
|
||||
name: typing.Optional[str] = None
|
||||
|
||||
Reference in New Issue
Block a user