watson-developer-cloud / assistant-toolkit

Toolkit for experimentation with watsonx Assistant
Apache License 2.0
115 stars 130 forks source link

API deprecated #277

Closed haneen-bakbak closed 3 months ago

haneen-bakbak commented 3 months ago

the ...deployments/{deployment-id}/generation/text API is deprecated and is now ...deployments/{deployment-id}/text/tgeneration

I changed the openapi spec to have the correct endpoint but I'm getting this error

Screenshot 2024-06-24 at 7 25 39 PM

Can anyone update the spec with the new API endpoint?

haneen-bakbak commented 3 months ago

Regenerated openapi from scratch - works now!