fix: Fixes structured output after streaming change to agent (#3448)
This commit is contained in:
@@ -9,7 +9,7 @@ use serde_json::Value;
|
||||
|
||||
pub const FINAL_OUTPUT_TOOL_NAME: &str = "recipe__final_output";
|
||||
pub const FINAL_OUTPUT_CONTINUATION_MESSAGE: &str =
|
||||
"I see I MUST call the `final_output` tool NOW with the final output for the user.";
|
||||
"You MUST call the `final_output` tool NOW with the final output for the user.";
|
||||
|
||||
pub struct FinalOutputTool {
|
||||
pub response: Response,
|
||||
|
||||
Reference in New Issue
Block a user