Skip to content

Commit

Permalink
fix: missing param documents_per_passage (watson-developer-cloud#191)
Browse files Browse the repository at this point in the history
Co-authored-by: Anirudha Bapat <[email protected]>
  • Loading branch information
anirudhaBapat and anibapat committed Aug 8, 2023
1 parent b9434f0 commit 82807c6
Showing 1 changed file with 13 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"type": "action",
"valid": true,
"status": "Available",
"created": "2023-07-24T14:34:28.109Z",
"updated": "2023-07-25T05:18:44.642Z",
"created": "2023-08-08T14:50:37.686Z",
"updated": "2023-08-08T14:57:09.297Z",
"language": "en",
"skill_id": "b9406366-1512-4553-ae35-60ba0ebe0bb9",
"skill_id": "d283483b-e2ff-4ed9-9134-f2ef57ef0f28",
"workspace": {
"actions": [
{
Expand Down Expand Up @@ -495,7 +495,7 @@
"method": "POST",
"internal": {
"spec_hash_id": "cc50493e455de183d661b95360196ddb468a02051add6dcaf4a6479b34900be5",
"catalog_item_id": "f6a34340-796b-4d64-8186-06f61391e61e"
"catalog_item_id": "e210b2f1-9015-47b0-8a45-1a68611d6448"
},
"request_mapping": {
"body": [
Expand Down Expand Up @@ -798,7 +798,7 @@
"method": "POST",
"internal": {
"spec_hash_id": "8566081a305e8f8ade4e9bd3887da0600e87948417fc10ba38ee121426f8c50b",
"catalog_item_id": "39268001-1084-4b65-ac57-7fd9fd1e67e5"
"catalog_item_id": "8fd0494f-37ea-48d7-9582-1ace2fc0c45a"
},
"request_mapping": {
"body": [
Expand Down Expand Up @@ -849,6 +849,12 @@
"skill_variable": "query_text"
},
"parameter": "natural_language_query"
},
{
"value": {
"scalar": true
},
"parameter": "passages.per_document"
}
],
"path": [
Expand Down Expand Up @@ -1964,8 +1970,8 @@
"learning_opt_out": true
},
"description": "created for assistant 1c76effb-2430-4334-8897-6cdad3c6282b",
"assistant_id": "1e6040e4-c997-4ef9-a16f-b101bdbef59f",
"workspace_id": "b9406366-1512-4553-ae35-60ba0ebe0bb9",
"assistant_id": "a1109da6-1e19-46b5-9586-478484eab96a",
"workspace_id": "d283483b-e2ff-4ed9-9134-f2ef57ef0f28",
"dialog_settings": {},
"next_snapshot_version": "1"
}

0 comments on commit 82807c6

Please sign in to comment.