Skip to content

Commit

Permalink
misc: small fix or general refactoring i did not bother commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Jun 20, 2024
1 parent e0074f1 commit 02a4e65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/agent/serialization/xml.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,5 @@ pub(crate) fn parse_model_response(model_response: &str) -> Result<Vec<Invocatio

Ok(invocations)
}

// TODO: add tests for this

0 comments on commit 02a4e65

Please sign in to comment.