Skip to content

Commit

Permalink
chore: name change
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomariscal committed Sep 26, 2023
1 parent 543e8c6 commit ca6bb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/index_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def fn(token_handler):
tool = dict(
type="tools.index_generate_code.IndexGenerateCodeTool",
_streaming=True,
name="GenerateCode",
name="IndexGenerateCodeTool",
content_description="", # not used
)
tool = streaming.get_streaming_tools([tool], token_handler)[0]
Expand Down

0 comments on commit ca6bb86

Please sign in to comment.