| 7 | |
| 8 | |
| 9 | class Info(BaseModel): |
| 10 | category: str |
| 11 | tool_name: str |
| 12 | api_name: str |
| 13 | tool_input: Union[str, dict] |
| 14 | strip: str |
| 15 | |
| 16 | def prepare_tool_name_and_url(tools_root, info): |
| 17 | category = info.category |
nothing calls this directly
no outgoing calls
no test coverage detected