Module chat

Module chat 

Source
Expand description

Chat completion builders and helpers.

This module provides ergonomic builders for chat completion requests, including helpers for common message patterns and streaming responses.

Structs§

ChatCompletionBuilder
Builder for chat completion requests.

Functions§

image_base64_part
Helper function to create an image content part from base64 data with auto detail.
image_base64_part_with_detail
Helper function to create an image content part from base64 data with specified detail level.
image_url_part
Helper function to create an image content part from a URL with auto detail.
image_url_part_with_detail
Helper function to create an image content part from a URL with specified detail level.
system_user
Helper function to create a system + user message chat completion.
text_part
Helper function to create a text content part.
tool_function
Helper function to create a function tool.
tool_web_search
Helper function to create a web search tool.
user_message
Helper function to create a simple user message chat completion.