We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5faa4ef commit ecb9587Copy full SHA for ecb9587
crates/agent/src/agent/rts/mod.rs
@@ -191,7 +191,7 @@ impl RtsModel {
191
tool_specs: Option<Vec<ToolSpec>>,
192
_system_prompt: Option<String>,
193
) -> Result<ConversationState, String> {
194
- debug!(?messages, ?tool_specs, "creating converation state");
+ debug!(?messages, ?tool_specs, "creating conversation state");
195
let tools = tool_specs.map(|v| {
196
v.into_iter()
197
.map(Into::<ToolSpecification>::into)
0 commit comments