class documentation
class ModelActivityParameters: (source)
Parameters for configuring Temporal activity execution for model calls.
This class encapsulates all the parameters that can be used to configure how Temporal activities are executed when making model calls through the OpenAI Agents integration.
Class Variable | heartbeat |
Maximum time between heartbeats. |
Class Variable | retry |
Policy for retrying failed activities. |
Class Variable | schedule |
Maximum time from scheduling to completion. |
Class Variable | schedule |
Maximum time from scheduling to starting. |
Class Variable | start |
Maximum time for the activity to complete. |
Class Variable | summary |
Summary for the activity execution. |
Class Variable | task |
Specific task queue to use for model activities. |
Class Variable | versioning |
Versioning intent for the activity. |