rename FunctionCallReqInput to ParseFunctionCallReq (#3976)

This commit is contained in:
Chayenne
2025-02-28 18:46:25 -08:00
committed by GitHub
parent 3f8a441437
commit 930da877c4
2 changed files with 3 additions and 3 deletions

View File

@@ -562,7 +562,7 @@ class Tool:
@dataclass
class FunctionCallReqInput:
class ParseFunctionCallReq:
text: str # The text to parse.
tools: List[Tool] = field(
default_factory=list