module documentation

A temporal activity that invokes a LLM model.

Implements mapping of OpenAI datastructures to Pydantic friendly types.

Class ActivityModelInput Input for the invoke_model_activity activity.
Class AgentOutputSchemaInput Data conversion friendly representation of AgentOutputSchema.
Class FunctionToolInput Data conversion friendly representation of a FunctionTool.
Class HandoffInput Data conversion friendly representation of a Handoff.
Class ModelActivity Class wrapper for model invocation activities to allow model customization.
Class ModelTracingInput Conversion friendly representation of ModelTracing.
Type Alias ToolInput Undocumented
ToolInput = (source) ΒΆ

Undocumented

Value
FunctionToolInput | FileSearchTool | WebSearchTool