add user files (#4152)

This commit is contained in:
pablonyx
2025-03-31 14:06:59 -07:00
committed by GitHub
parent ccd372cc4a
commit b2120b9f39
166 changed files with 12894 additions and 1053 deletions

View File

@@ -12,6 +12,7 @@ class ForceUseTool(BaseModel):
force_use: bool
tool_name: str
args: dict[str, Any] | None = None
override_kwargs: Any = None # This will hold tool-specific override kwargs
def build_openai_tool_choice_dict(self) -> dict[str, Any]:
"""Build dict in the format that OpenAI expects which tells them to use this tool."""