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.