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