mod openai_chat#

module openai_chat#

Built-in codec for the OpenAI Chat Completions API.

Implements LlmCodec (request decode/encode) and LlmResponseCodec (response decode) for the OpenAI Chat Completions format.

Structs and Unions

struct OpenAIChatCodec#

Built-in codec for the OpenAI Chat Completions API.

Traits implemented

impl LlmResponseCodec for OpenAIChatCodec#
impl LlmCodec for OpenAIChatCodec#