Ask a question to get started
Enter to send•Shift+Enter new line
Sanitize tool_call_id to prevent path traversal and separator issues.
Replaces dangerous characters (., /, ) with underscores.
sanitize_tool_call_id( tool_call_id: str, ) -> str