Method
getDeepAgentResponse POST
Copy POST

Return a DeepAgent response with generated files if any, based on the input message.

Arguments:

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.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
DeepAgentResponse

Exceptions:

TYPE WHEN
DataNotFoundError `deploymentConversationId` is not found.
Language: