Expand description
OpenAI client.
Structsยง
- Analysis
Response ๐ - Parsed analysis response.
- Chat
Choice ๐ - A choice in the response.
- Chat
Completion ๐Request - Request to the Chat Completions API.
- Chat
Completion ๐Response - Response from the Chat Completions API.
- Chat
Message ๐ - A message in the chat.
- Open
AiClient OpenAILLM client.
Functionsยง
- escape_
xml ๐ - Escapes XML special characters to prevent prompt injection (SEC-M3).