search_conversations
Search past conversations with the user. Use when the user says "remember when we talked about...", "haven't we discussed X before?", "what did we decide about...", or references any prior conversation. Returns matching conversations with relevant message snippets. Does NOT return the current conversation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max conversations to return (default: 5, max: 10) | |
| query | Yes | Search terms — keywords, topics, or phrases from the conversation the user is referencing | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. |