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 0548659 commit 2f554f7Copy full SHA for 2f554f7
tests/test_parser.py
@@ -6,7 +6,7 @@
6
7
model_parser = {
8
"model": "watsonx_text/ibm/granite-20b-code-instruct",
9
- "spec": {"bob": "int", "carol": "int"},
+ "spec": {"bob": "integer", "carol": "integer"},
10
"input": {
11
"text": [
12
"Write a JSON object with 2 fields 'a' and 'b' of type int and set to 0.",
@@ -33,7 +33,7 @@ def test_model_parser():
33
34
model_parser1 = {
35
"model": "watsonx_text/ibm/granite-34b-code-instruct",
36
37
38
39
"Write a JSON object with 2 fields 'bob' and 'carol' set to '20' and '30' respectively. Write 30 in letters",
0 commit comments