export interface ChatCompletionRequestToolMessage { /** The contents of the tool message. */ content: string; /** Tool call that this message is responding to. */ tool_call_id: string; }