Fields
str
required
The ID of the agent
datetime
required
The creation time of the agent
str
required
The ID of the session
AgentStatus
required
The status of the agent (active or closed)
UnionType[datetime, None]
The closing time of the agent
bool
default:"False"
Whether the agent is saved as a workflow
str
required
The task that the agent is currently running
UnionType[str, None]
The URL that the agent started on
UnionType[bool, None]
Whether the agent task was successful. None if the agent is still running
UnionType[str, None]
The answer to the agent task. None if the agent is still running
list[Dict[str, Any]]
required
The steps that the agent has currently taken
Module
notte_sdk.types
