Skip to content

Commit ecb9587

Browse files
committed
Fix typo
1 parent 5faa4ef commit ecb9587

File tree

1 file changed

+1
-1
lines changed
  • crates/agent/src/agent/rts

1 file changed

+1
-1
lines changed

crates/agent/src/agent/rts/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ impl RtsModel {
191191
tool_specs: Option<Vec<ToolSpec>>,
192192
_system_prompt: Option<String>,
193193
) -> Result<ConversationState, String> {
194-
debug!(?messages, ?tool_specs, "creating converation state");
194+
debug!(?messages, ?tool_specs, "creating conversation state");
195195
let tools = tool_specs.map(|v| {
196196
v.into_iter()
197197
.map(Into::<ToolSpecification>::into)

0 commit comments

Comments
 (0)