init
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from typing import Any
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class ToolInput(BaseModel):
|
||||
"""工具调用请求体"""
|
||||
tool_name: str
|
||||
payload: Any
|
||||
Reference in New Issue
Block a user