Detail of a tool choice function.
| 78 | |
| 79 | |
| 80 | class ToolChoiceFunctionDetail(BaseModel): |
| 81 | """Detail of a tool choice function.""" |
| 82 | |
| 83 | name: str |
| 84 | |
| 85 | |
| 86 | class ToolChoiceFunction(BaseModel): |
nothing calls this directly
no outgoing calls
no test coverage detected