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 8435e05 commit 219d05aCopy full SHA for 219d05a
schemas/semantic_router.yaml
@@ -1,4 +1,4 @@
1
-name: test-router-01JSHK4MJ79HH51PS6WEK6M9MF
+name: test-router
2
routes:
3
- name: greeting
4
references:
tests/integration/test_semantic_router.py
@@ -200,6 +200,7 @@ def test_from_dict(semantic_router):
200
201
def test_to_yaml(semantic_router):
202
yaml_file = str(get_base_path().joinpath("../../schemas/semantic_router.yaml"))
203
+ semantic_router.name = "test-router"
204
semantic_router.to_yaml(yaml_file, overwrite=True)
205
assert pathlib.Path(yaml_file).exists()
206
0 commit comments