Markus Ecker
Markus Ecker
**Describe the bug** When using ts-client, the server response is not present when sending a message. **To reproduce** Steps to reproduce the behavior: 1. For example, follow the blog tutorial...
**Is your feature request related to a problem? Please describe.** The chat UI does not support mobile devices **Describe the solution you'd like** Make the UI responsive. Respond to keyboard...
**Is your feature request related to a problem? Please describe.** It's not visible for the user what the LLM is doing when processing a function call in chats. Right now...
**Is your feature request related to a problem? Please describe.** When the LLM is returning a message or processing a function call, there is no indicator for the user that...
**Is your feature request related to a problem? Please describe.** Add a custom welcome message to the chat that is related to the actual purpose of the chat. **Describe the...
**Is your feature request related to a problem? Please describe.** Actions should be able to return an optional result when being executed. This result can then be fed back to...
**Is your feature request related to a problem? Please describe.** It's necessary to further customize a chat when using `CopilotSidebarUIProvider` to give it a clear purpose. For example, the `WaterBnB`...
**Describe the bug** When using `AnnotatedFunctionArrayArgument` and setting `type` of `items` to `"object"`, CopilotKit calls the function with `undefined` as argument. Setting `type` to `"string"` sometimes calls with an object,...
This fixes a bug where the context is not updated correctly because the `initialMessages` parameter of `useChat` uses these messages only for initialization. Subsequent updates are ignored by useChat. I...
**Is your feature request related to a problem? Please describe.** OpenAI just launched streaming support in the assistant API. CopilotKit should support streaming responses via the assistant API. **Describe the...