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 8881294 commit 6640bc2Copy full SHA for 6640bc2
examples/frameworks/nat_autogen_demo/configs/config.yml
@@ -38,7 +38,7 @@ llms:
38
39
functions:
40
weather_update_tool:
41
- _type: weather_update
+ _type: nat_autogen_demo/weather_update_autogen
42
description: "Get the current weather for a specified city"
43
44
workflow:
examples/frameworks/nat_autogen_demo/src/nat_autogen_demo/weather_update_tool.py
@@ -23,7 +23,7 @@
23
from nat.data_models.function import FunctionBaseConfig
24
25
26
-class WeatherToolConfig(FunctionBaseConfig, name="weather_update"):
+class WeatherToolConfig(FunctionBaseConfig, name="weather_update_autogen"):
27
"""Configuration for the weather update tool."""
28
29
0 commit comments