Implement streaming support for LLM responses #117
Annotations
10 errors and 2 warnings
server/app.ts#L91
Property 'id' does not exist on type 'Message'.
|
server/app.ts#L138
Type 'string | undefined' is not assignable to type 'string'.
|
server/app.ts#L212
Property 'id' does not exist on type 'Conversation'.
|
server/app.ts#L213
Property 'id' does not exist on type 'Message'.
|
server/app.ts#L214
Property 'id' does not exist on type 'Conversation'.
|
server/app.ts#L214
Property 'id' does not exist on type 'Message'.
|
server/database/seeders/20240827043208-seed-test-data.ts#L24
Type 'unknown' is not assignable to type 'number'.
|
server/database/seeders/20240827043208-seed-test-data.ts#L25
Type 'unknown' is not assignable to type 'number'.
|
server/helpers/messageHelpers.ts#L20
Argument of type '{ content: string; conversation_id: number; parent_id: number | null; user_id: number; }' is not assignable to parameter of type 'Optional<MessageAttributes, "parent_id">'.
|
server/helpers/messageHelpers.ts#L60
Argument of type '{ content: any; parent_id: number; conversation_id: any; user_id: any; model: string; temperature: number; }' is not assignable to parameter of type 'Optional<MessageAttributes, "parent_id">'.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading