invariance_kb_session_append_message
Need to add context to a knowledge base session? Append a user, assistant, or tool message to keep the conversation going.
Instructions
Append a message to a KB ask session
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| role | No | Defaults to user when omitted | |
| content | Yes | Plain text, OR a JSON-encoded array of content blocks ({type:"text"|"tool_use"|"tool_result", ...}) |