fix: TOOL_EXEC uses correct MessageType constant from botlib, not enums
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
parent
87df733db0
commit
c9fa057203
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
/// Generic tool executor for LLM tool calls
|
/// Generic tool executor for LLM tool calls
|
||||||
/// Works across all LLM providers (GLM, OpenAI, Claude, etc.)
|
/// Works across all LLM providers (GLM, OpenAI, Claude, etc.)
|
||||||
use log::{error, info, trace, warn};
|
use log::{error, info};
|
||||||
use serde_json::Value;
|
use serde_json::Value;
|
||||||
use std::fs::OpenOptions;
|
use std::fs::OpenOptions;
|
||||||
use std::io::Write;
|
use std::io::Write;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue