Method
renameChatSession POST
Copy POST

Renames a chat session with Data Science Co-pilot.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes chatSessionId str Unique ID of the chat session.
Yes name str The new name of the chat session.
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

Exceptions:

TYPE WHEN
DataNotFoundError

chatSessionId is not found.

Language: