Select TraeCN Conversation
traecn_select_conversationDirect subsequent interactions to an existing conversation by providing its ID, and get the confirmed active conversation identity.
Instructions
Make one existing conversation the active target for subsequent visible interaction. Returns the confirmed active conversation identity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversationId | Yes | Stable identifier returned by traecn_list_conversations. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | Stable machine-readable result or error code. | |
| error | No | Error identifier or diagnostic when the operation failed. | |
| action | No | Conversation operation performed. | |
| status | No | Stable operation or task status. | |
| taskId | No | Stable gateway task identifier. | |
| changed | No | Whether visible TraeCN state changed. | |
| deleted | No | Number of conversations removed (delete only). | |
| message | No | Human-readable outcome summary. | |
| success | No | Whether the operation succeeded. | |
| retryable | No | Whether retrying the same call can succeed later. | |
| nextAction | No | Suggested next step after a failure. | |
| actualTitle | No | Title actually visible at decision time (delete mismatch only). | |
| recoverable | No | Always false for deletion; the gateway cannot restore conversations. | |
| expectedTitle | No | Title compared against the visible conversation (delete mismatch only). | |
| conversationId | No | Stable TraeCN conversation identifier. |