sahanatvessel

Results 3 issues of sahanatvessel

**Is your feature request related to a problem? Please describe.** I wish there was a way to create a splash screen with a custom background image **Describe the solution you'd...

feature request

### Description ``` const { messages, isLoading: isGenerating, append: generateDescription, error: generationError, setMessages } = useChat({ sendExtraMessageFields: true, api: '/api/generate-listing-parts', id: section.id, body: { projectId: project_id, sectionId: section.id }, onFinish:...

bug

### Feature Description Context caching is particularly well suited to scenarios where a substantial initial context is referenced repeatedly by shorter requests. Consider using context caching for use cases such...

ai/provider