get_conversation
Retrieve ordered recent message history with a partner to provide conversational context before composing a reply.
Instructions
Fetch the recent message history between this agent and one partner. Returns ordered list of incoming + outgoing messages with reply_text inline. Use to give the LLM conversational context before composing a reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| before_id | No | ||
| partner_bot_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |