Module openai_messages_adapter

Module openai_messages_adapter 

Source
Expand description

Adapter for converting LLM messages to OpenAI format.

Structs§

OpenAIMessage
OpenAI message format.
OpenAIToolCall
OpenAI tool call format.
OpenAIToolCallFunction
OpenAI tool call function.

Enums§

OpenAIContent
OpenAI content format (text or multimodal).
OpenAIContentPart
A part of multimodal content.

Functions§

adapt_messages_to_openai
Adapt LLM messages to OpenAI format.
convert_tool_calls
Convert tool calls from OpenAI format to internal format.