Skip to main content

Module executions

Module executions 

Source
Expand description

Function execution client and types. Function execution orchestration.

Executes Functions by flattening them into task profiles and running the tasks (Vector Completions or nested Functions) in parallel. Handles streaming output, retry tokens, and reasoning summaries.

Modules§

usage_handler
Usage handling for Function executions.

Structs§

Client
Client for executing Functions.

Enums§

Error
Errors that can occur during Function execution.

Functions§

scalar_response_id
Generates a unique response ID for scalar Function executions.
vector_response_id
Generates a unique response ID for vector Function executions.