Skip to content

Add WebSocket-based chat sync and fix reasoning support #1229

Add WebSocket-based chat sync and fix reasoning support

Add WebSocket-based chat sync and fix reasoning support #1229

Triggered via pull request February 22, 2025 05:39
Status Failure
Total duration 3m 35s
Artifacts

general.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

31 errors and 7 warnings
Rustfmt
Process completed with exit code 1.
Clippy
the trait bound `server::ws::handlers::chat::ChatResponse: server::handlers::chat::_::_serde::Deserialize<'_>` is not satisfied
Clippy
mismatched types
Clippy
no field `content` on type `server::ws::handlers::chat::ChatResponse`
Clippy
the size for values of type `str` cannot be known at compilation time
Clippy
no field `reasoning` on type `server::ws::handlers::chat::ChatResponse`
Clippy
the size for values of type `str` cannot be known at compilation time
Clippy
mismatched types
Clippy
the trait bound `server::ws::handlers::chat::ChatResponse: server::handlers::chat::_::_serde::Deserialize<'_>` is not satisfied
Clippy
mismatched types
Clippy
no field `content` on type `server::ws::handlers::chat::ChatResponse`
Backend
the trait bound `server::ws::handlers::chat::ChatResponse: Deserialize<'_>` is not satisfied
Backend
mismatched types
Backend
no field `content` on type `server::ws::handlers::chat::ChatResponse`
Backend
the size for values of type `str` cannot be known at compilation time
Backend
no field `reasoning` on type `server::ws::handlers::chat::ChatResponse`
Backend
the size for values of type `str` cannot be known at compilation time
Backend
mismatched types
Backend
the trait bound `server::ws::handlers::chat::ChatResponse: Deserialize<'_>` is not satisfied
Backend
mismatched types
Backend
no field `content` on type `server::ws::handlers::chat::ChatResponse`
Code coverage
the trait bound `server::ws::handlers::chat::ChatResponse: Deserialize<'_>` is not satisfied
Code coverage
mismatched types
Code coverage
no field `content` on type `server::ws::handlers::chat::ChatResponse`
Code coverage
the size for values of type `str` cannot be known at compilation time
Code coverage
no field `reasoning` on type `server::ws::handlers::chat::ChatResponse`
Code coverage
the size for values of type `str` cannot be known at compilation time
Code coverage
mismatched types
Code coverage
the trait bound `server::ws::handlers::chat::ChatResponse: Deserialize<'_>` is not satisfied
Code coverage
mismatched types
Code coverage
no field `content` on type `server::ws::handlers::chat::ChatResponse`
Rustfmt: backend/src/server/handlers/chat.rs#L146
Diff in /home/runner/work/openagents/openagents/backend/src/server/handlers/chat.rs
Rustfmt: backend/src/server/handlers/chat.rs#L201
Diff in /home/runner/work/openagents/openagents/backend/src/server/handlers/chat.rs
Rustfmt: backend/src/server/handlers/chat.rs#L341
Diff in /home/runner/work/openagents/openagents/backend/src/server/handlers/chat.rs
Rustfmt: backend/src/server/handlers/chat.rs#L392
Diff in /home/runner/work/openagents/openagents/backend/src/server/handlers/chat.rs
Rustfmt: backend/src/server/handlers/chat.rs#L464
Diff in /home/runner/work/openagents/openagents/backend/src/server/handlers/chat.rs
Rustfmt: backend/src/server/ws/mod.rs#L1
Diff in /home/runner/work/openagents/openagents/backend/src/server/ws/mod.rs
Rustfmt: backend/src/server/ws/mod.rs#L24
Diff in /home/runner/work/openagents/openagents/backend/src/server/ws/mod.rs