code-fundi-chat
Chat with Code-Fundi AI to get code-aware answers, including conversation threading, repository knowledge, embeddings memory, and voice mode.
Instructions
Send a message to Code-Fundi AI (Fundi chat: POST /v1/fundi/chat). Supports threading, optional code context, indexed repository knowledge (knowledge_id), embeddings memory, and voice mode. Responses are streamed by the API and returned as plain text (or JSON when the server uses JSON mode).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| embed | No | Enable conversation memory via embeddings (default false) | |
| model | No | AI model ID to use | |
| voice | No | Request voice/audio path on the server (default false) | |
| prompt | Yes | User message (sent to the API as `question`) | |
| context | No | Previous conversation messages for context | |
| code_block | No | Optional code snippet combined with the question for code-aware answers | |
| conversation | No | Conversation ID for threading (continues a previous conversation) | |
| knowledge_id | No | Repository / data-source UUIDs to pull indexed knowledge context into the chat (API field `knowledge`) |