module documentation
A temporal activity that invokes a LLM model.
Implements mapping of OpenAI datastructures to Pydantic friendly types.
Class |
|
Input for the invoke_model_activity activity. |
Class |
|
Data conversion friendly representation of AgentOutputSchema. |
Class |
|
Data conversion friendly representation of a FunctionTool. Contains only the fields which are needed by the model execution to determine what tool to call, not the actual tool invocation, which remains in the workflow context. |
Class |
|
Data conversion friendly representation of a Handoff. Contains only the fields which are needed by the model execution to determine what to handoff to, not the actual handoff invocation, which remains in the workflow context. |
Class |
|
Data conversion friendly representation of a HostedMCPTool. Contains only the fields which are needed by the model execution to determine what tool to call, not the actual tool invocation, which remains in the workflow context. |
Class |
|
Class wrapper for model invocation activities to allow model customization. By default, we use an OpenAIProvider with retries disabled. Disabling retries in your model of choice is recommended to allow activity retries to define the retry model. |
Class |
|
Conversion friendly representation of ModelTracing. |
Type Alias |
|
Undocumented |
Undocumented
Value |
|