added additional params and new functions required to watsonx

This commit is contained in:
Sajikumar JS 2025-04-26 01:09:46 +05:30
parent 1bb1d9b2ba
commit 1d6ef73dd7
4 changed files with 148 additions and 2 deletions

View file

@ -4191,6 +4191,12 @@
"type": "string"
},
"description": "Up to 4 sequences where the API will stop generating further tokens. The returned text will not contain the stop sequence."
},
"additional_params": {
"type": "object",
"additionalProperties": {
"type": "string"
}
}
},
"additionalProperties": false,

View file

@ -2907,6 +2907,10 @@ components:
description: >-
Up to 4 sequences where the API will stop generating further tokens. The
returned text will not contain the stop sequence.
additional_params:
type: object
additionalProperties:
type: string
additionalProperties: false
required:
- strategy