Skip to main content

Module openai

Module openai 

Source
Expand description

OpenAI client.

Structsยง

AnalysisResponse ๐Ÿ”’
Parsed analysis response.
ChatChoice ๐Ÿ”’
A choice in the response.
ChatCompletionRequest ๐Ÿ”’
Request to the Chat Completions API.
ChatCompletionResponse ๐Ÿ”’
Response from the Chat Completions API.
ChatMessage ๐Ÿ”’
A message in the chat.
OpenAiClient
OpenAI LLM client.

Functionsยง

escape_xml ๐Ÿ”’
Escapes XML special characters to prevent prompt injection (SEC-M3).