stop_intensive_chat
Close and clean up an active intensive chat session to free system resources. Use this tool after completing all queries with 'ask_intensive_chat' to mark the session as finished and optimize performance.
Instructions
<description>
Stop and close an active intensive chat session. **Must be called** after all questions have been asked using 'ask_intensive_chat'.
</description>
<importantNotes>
- (!important!) Closes the console window for the intensive chat.
- (!important!) Frees up system resources.
- (!important!) **Should always be called** as the final step when finished with an intensive chat session, typically at the end of the response message where 'start_intensive_chat' was called.
</importantNotes>
<whenToUseThisTool>
- When you've completed gathering all needed information via 'ask_intensive_chat'.
- When the multi-step process requiring intensive chat is complete.
- When you're ready to move on to processing the collected information.
- When the user indicates they want to end the session (if applicable).
- As the final action related to the intensive chat flow within a single response message.
</whenToUseThisTool>
<features>
- Gracefully closes the console window
- Cleans up system resources
- Marks the session as complete
</features>
<bestPractices>
- Always stop sessions when you're done to free resources
- Provide a summary of the information collected before stopping
</bestPractices>
<parameters>
- sessionId: ID of the intensive chat session to stop
</parameters>
<examples>
- { "sessionId": "abcd1234" }
</examples>
Input Schema
Name | Required | Description | Default |
---|---|---|---|
sessionId | Yes | ID of the intensive chat session to stop |