Atai Barkai
Atai Barkai
Hello, The podspec specifies iOS 10.0 as the minimum deployment target, while the readme specifies iOS 9. Is this in error?
Added CopilotTextarea to the send form. It's given the entire existing conversation as context to inform autocompletions. 
Related to yet distinct from #65 ### Proposal Currently when the underlying LLM function returns an HTTP error, the entire error payload is displayed as the autocompletion suggestion. Instead the...
### Proposal - Add support for bold and italicized text in CopilotTextarea - CopilotTextarea uses [slate-js](https://github.com/ianstormtaylor/slate) under the hood. Lots of examples for adding bold/italicized support - Initially only add...
**Describe the bug** Relevant code component: `IncludedFilesPreview` in `included-files-preview.tsx` CopilotTextarea allows for specifying document context, by calling `useMakeCopilotDocumentReadable` and passing a `DocumentPointer`. The DocumentPointer object contains an image to represent...
**Is your feature request related to a problem? Please describe.** The default model should now be gpt-4-turbo **Additional context** Hint: look at `copilotkit/chat/route.ts`
**Describe the bug** Virtually every CopilotKit functionality depends on a CopilotContext provided by the CopilotProvider. e.g. CopilotTextarea autocompletions, chatbot, etc. However when a CopilotProvider does not wrap the component, functionality...
**Is your feature request related to a problem? Please describe.** Create a button to auto-populate textarea. **Describe the solution you'd like** Simple button to pre-populate the textarea contents. Similar to...
Related to yet distinct from #64 ### Proposal Currently when the underlying LLM function returns an HTTP error, the entire error payload is displayed as the autocompletion suggestion. Instead the...
# Proposal Allow for specifying prompt for pre-populating copilot textarea contents with a given prompt