Expand description
Adapter for converting LLM messages to OpenAI format.
Structs§
- OpenAI
Message - OpenAI message format.
- OpenAI
Tool Call - OpenAI tool call format.
- OpenAI
Tool Call Function - OpenAI tool call function.
Enums§
- OpenAI
Content - OpenAI content format (text or multimodal).
- OpenAI
Content Part - 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.