chore: update stream_context.rs (#248)

initalize -> initialize
This commit is contained in:
Ikko Eltociear Ashimine 2024-11-06 03:18:33 +09:00 committed by GitHub
parent 9a6ae2efee
commit f48489f7c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -685,7 +685,7 @@ impl StreamContext {
if self.tool_calls.is_none() || self.tool_calls.as_ref().unwrap().is_empty() { if self.tool_calls.is_none() || self.tool_calls.as_ref().unwrap().is_empty() {
// This means that Arch FC did not have enough information to resolve the function call // This means that Arch FC did not have enough information to resolve the function call
// Arch FC probably responded with a message asking for more information. // Arch FC probably responded with a message asking for more information.
// Let's send the response back to the user to initalize lightweight dialog for parameter collection // Let's send the response back to the user to initialize lightweight dialog for parameter collection
//TODO: add resolver name to the response so the client can send the response back to the correct resolver //TODO: add resolver name to the response so the client can send the response back to the correct resolver