For more information on the search, visit the help page.
RunIdRandom
__init__
uuid4
_random
_trace_interceptor
OpenAIAgentsTracingInterceptor
intercept_activity
intercept_client
workflow_interceptor_class
_payload_converter
_ContextPropagationActivityInboundInterceptor
execute_activity
init
next
_ContextPropagationClientOutboundInterceptor
query_workflow
signal_workflow
start_workflow
start_workflow_update
backfill_schedule
cancel_workflow
complete_async_activity
count_workflows
create_schedule
delete_schedule
describe_schedule
describe_workflow
fail_async_activity
fetch_workflow_history_events
get_worker_build_id_compatibility
get_worker_task_reachability
heartbeat_async_activity
list_schedules
list_workflows
pause_schedule
report_cancellation_async_activity
start_update_with_start_workflow
terminate_workflow
trigger_schedule
unpause_schedule
update_schedule
update_worker_build_id_compatibility
_ContextPropagationWorkflowInboundInterceptor
execute_workflow
handle_query
handle_signal
handle_update_handler
handle_update_validator
_ContextPropagationWorkflowOutboundInterceptor
signal_child_workflow
signal_external_workflow
start_activity
start_child_workflow
start_local_activity
continue_as_new
info
start_nexus_operation
_InputWithHeaders
headers
context_from_header
set_header_from_context
_ensure_tracing_random
HEADER_KEY
temporalio.contrib.openai_agents._trace_interceptor.RunIdRandom
temporalio
contrib
openai_agents
class RunIdRandom: (source)
Constructor: RunIdRandom()
RunIdRandom()
View In Hierarchy
Random uuid generator seeded by the run id of the workflow. Doesn't currently support replay over reset correctly.
Create a new random UUID generator.
str
Generate a random UUID.
Undocumented