For more information on the search, visit the help page.
ModelActivityOutput
message
_activity
BackendOpInput
args
backend_ref
kwargs
op
BackendOpOutput
result
DeepAgentActivities
__init__
backend_op
invoke_model
invoke_model_streaming
invoke_tool
_build_bound_model
_model_provider
_streaming_batch_interval
ModelActivityInput
bind_kwargs
config
messages
model_name
streaming_topic
tool_schemas
ToolActivityInput
tool_call_id
tool_name
ToolActivityOutput
_auto_heartbeater
_default_model_provider
_translate_api_error
BACKEND_OP
INVOKE_MODEL
INVOKE_MODEL_STREAMING
INVOKE_TOOL
temporalio.contrib.deepagents._activity.ModelActivityOutput
temporalio
contrib
deepagents
class ModelActivityOutput: (source)
View In Hierarchy
The model's reply.
message is an AIMessage in dumpd form, carrying tool calls, usage, and response metadata.
Any
Undocumented