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 84ffe7c commit ca4727dCopy full SHA for ca4727d
app.go
@@ -161,7 +161,7 @@ func AddTools(tools []data.Tool) []data.Tool {
161
Type: "function",
162
Function: data.ToolFunction{
163
Name: "GetStockResearchReport",
164
- Description: "获取机构的股票分析/研究报告",
+ Description: "获取股票的分析/研究报告",
165
Parameters: data.FunctionParameters{
166
Type: "object",
167
Properties: map[string]any{
0 commit comments