Fix timeline entries display issue #93
Annotations
2 errors
test:
src/tests/Demo1JsonConverter.test.tsx#L12
Argument of type '({ id: number; timestamp: string; source: string; message: string; observation: string; content: string; extras: { agent_state: string; command?: undefined; metadata?: undefined; hidden?: undefined; ... 5 more ...; formatted_output_and_error?: undefined; }; ... 4 more ...; success?: undefined; } | ... 8 more ... | {...' is not assignable to parameter of type 'TrajectoryData | TrajectoryHistoryEntry[] | { entries: TrajectoryHistoryEntry[]; } | { test_result: { git_patch: string; }; }'.
|
test
Process completed with exit code 2.
|