Skip to content

Commit ca4727d

Browse files
committed
fix(app):更新股票研究报告工具描述
- 修改了GetStockResearchReport函数的描述信息 - 简化了描述文本,去除冗余的"机构的"前缀 - 保持了原有功能和参数结构不变
1 parent 84ffe7c commit ca4727d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ func AddTools(tools []data.Tool) []data.Tool {
161161
Type: "function",
162162
Function: data.ToolFunction{
163163
Name: "GetStockResearchReport",
164-
Description: "获取机构的股票分析/研究报告",
164+
Description: "获取股票的分析/研究报告",
165165
Parameters: data.FunctionParameters{
166166
Type: "object",
167167
Properties: map[string]any{

0 commit comments

Comments
 (0)