Skip to content

Commit

Permalink
add Debug for AgentEvent (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
prabirshrestha authored Aug 31, 2024
1 parent b46ba4e commit 5055745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/schemas/agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pub struct AgentFinish {
pub output: String,
}

#[derive(Debug)]
pub enum AgentEvent {
Action(Vec<AgentAction>),
Finish(AgentFinish),
Expand Down

0 comments on commit 5055745

Please sign in to comment.