チャットがセクションidを返すようにする #423
node.js.yml
on: pull_request
Matrix: lint
Matrix: test-js-eval
Matrix: types
Annotations
3 errors
|
lint (22.x)
Process completed with exit code 1.
|
|
types (22.x)
Process completed with exit code 2.
|
|
types (22.x):
app/lib/chatHistory.ts#L143
Type '{ createdAt: Date; userId: string; chatId: string; sectionId: string; }[]' is not assignable to type '{ section: { sectionId: SectionId; pagePath: string; }; messages: { id: string; role: string; content: string; createdAt: Date; chatId: string; }[]; createdAt: Date; userId: string; chatId: string; sectionId: string; }[]'.
|