Skip to content

Commit 8becc0c

Browse files
committed
Improve OpenBB tool template to clarify the input
The previous version was sometimes just giving the ticker, and nothing about the data description (e.g., historical price).
1 parent c70f03f commit 8becc0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ LLM_TEMPERATURE=0
2525
LLM_MAX_TOKENS=512
2626

2727
# Description of the OpenBB chat tool
28-
OPENBBCHAT_TOOL_DESCRIPTION="useful to get historical pricing tabular data. Input should be the concrete data to retrieve."
28+
OPENBBCHAT_TOOL_DESCRIPTION="useful to get historical pricing tabular data. Input should be a description of the data to retrieve and the dates in ISO format."
2929
WORLD_KNOWLEDGE_TOOL_DESCRIPTION="useful to solve complex or incomplete financial questions and to search on the Internet current events, news and concrete financial datapoints. Input must be an extended description of the information to search."
3030
AUTOMULTISTEPQUERYENGINE_INDEX_SUMMARY="useful to search information on the Internet. Input must be an extended description of the information to search."
3131

0 commit comments

Comments
 (0)