Method
Return a DeepAgent response with generated files if any, based on the input message.
REQUIRED |
KEY |
TYPE |
DESCRIPTION |
Yes |
message |
str |
The user's message/task for DeepAgent to complete
|
No |
deploymentConversationId |
str |
The unique identifier of a deployment conversation to continue. If not specified, a new one will be created.
|
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.
KEY |
TYPE |
DESCRIPTION |
success |
Boolean |
true if the call succeeded, false if there was an error |
|
DeepAgentResponse |
|
TYPE |
WHEN |
DataNotFoundError |
`deploymentConversationId` is not found. |