File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,9 +25,10 @@ This document outlines the structure and organization of the Copilot API project
2525│ ├── api-instance.ts # API client configurations
2626│ └── copilot/
2727│ ├── chat-completions/
28- │ │ ├── service.ts # Chat completion service
29- │ │ ├── types.ts # Chat completion types
30- │ │ └── types.streaming.ts # Streaming response types
28+ │ │ ├── service.ts # Chat completion service
29+ │ │ ├── service-streaming.ts # Streaming chat completion service
30+ │ │ ├── types.ts # Chat completion types
31+ │ │ └── types-streaming.ts # Streaming response types
3132│ └── get-models/
3233│ ├── service.ts # Model retrieval service
3334│ └── types.ts # Model-related types
Original file line number Diff line number Diff line change 2121 - [ ] Implement vision API endpoints
2222 - [ ] Handle image uploads and processing
2323 - [ ] Convert between Copilot and OpenAI vision formats
24- - [ ] Implement true streaming responses
25- - [ ] Server-sent events (SSE) support
26- - [ ] Streaming chat completions
27- - [ ] Proper error handling for streams
24+ - [x ] Implement true streaming responses
25+ - [x ] Server-sent events (SSE) support
26+ - [x ] Streaming chat completions
27+ - [x ] Proper error handling for streams
2828
2929## Build Instructions
3030
You can’t perform that action at this time.
0 commit comments