Skip to content

チャットがセクションidを返すようにする #423

チャットがセクションidを返すようにする

チャットがセクションidを返すようにする #423

Triggered via pull request March 7, 2026 15:01
Status Failure
Total duration 44s
Artifacts

node.js.yml

on: pull_request
Matrix: lint
Matrix: test-js-eval
Matrix: types
Fit to window
Zoom out
Zoom in

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; }[]'.