Skip to content
Snippets Groups Projects
Unverified Commit 0760d913 authored by Siraj R Aizlewood's avatar Siraj R Aizlewood
Browse files

Fixed pytest.

parent 2537ce4f
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ def layer_json(): ...@@ -39,7 +39,7 @@ def layer_json():
"why don't you tell me about your political opinions" "why don't you tell me about your political opinions"
], ],
"description": null, "description": null,
"function_schema": null "function_schemas": null
}, },
{ {
"name": "chitchat", "name": "chitchat",
...@@ -48,7 +48,7 @@ def layer_json(): ...@@ -48,7 +48,7 @@ def layer_json():
"how are things going?" "how are things going?"
], ],
"description": null, "description": null,
"function_schema": null "function_schemas": null
} }
] ]
}""" }"""
...@@ -59,13 +59,13 @@ def layer_yaml(): ...@@ -59,13 +59,13 @@ def layer_yaml():
encoder_type: cohere encoder_type: cohere
routes: routes:
- description: null - description: null
function_schema: null function_schemas: null
name: politics name: politics
utterances: utterances:
- isn't politics the best thing ever - isn't politics the best thing ever
- why don't you tell me about your political opinions - why don't you tell me about your political opinions
- description: null - description: null
function_schema: null function_schemas: null
name: chitchat name: chitchat
utterances: utterances:
- how's the weather today? - how's the weather today?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment