adds deployed prompt endpoint functionality#249
Open
modcarroll wants to merge 5 commits intowatson-developer-cloud:masterfrom
Open
adds deployed prompt endpoint functionality#249modcarroll wants to merge 5 commits intowatson-developer-cloud:masterfrom
modcarroll wants to merge 5 commits intowatson-developer-cloud:masterfrom
Conversation
Author
|
@jwm4 fyi |
theisen1337
suggested changes
Feb 27, 2024
theisen1337
left a comment
There was a problem hiding this comment.
The actions json does not work as intended on load in to Watson X assistant. For deployed models in WatsonX AI.
Variable is not correctly set and thus the condition that relies on the variable always fails.
| "skill_variable": "model_parameters_max_new_tokens" | ||
| }, | ||
| "parameter": "parameters.max_new_tokens" | ||
| "variable": "step_817_result_2", |
There was a problem hiding this comment.
I haven't tried it out yet, but that typically happens when the actions.json file was exported from an older version of the openapi spec. So @modcarroll , I would recommend that you set this up again with the latest openapi spec and then re-do the export of the actions.json file.
Author
There was a problem hiding this comment.
I believe I fixed this issue - can you check the latest commit and check again?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




...deployments/{deployment-id}/generation/textendpoing to the openAPI file in order to use deployed prompts