SAP / ai-sdk-js

SAP Cloud SDK for AI is the official Software Development Kit (SDK) for SAP AI Core, SAP Generative AI Hub, and Orchestration Service.
Apache License 2.0
36 stars 4 forks source link

fix: Get by index from response wrapper #290

Closed ZhongpinWang closed 1 week ago

ZhongpinWang commented 1 week ago

Context

AI/gen-ai-hub-sdk-js-backlog#173.

Previously, if choice index is defined, we use the array index to fetch the choice. But the assumption that nth item in an array is the nth choice is invalid. We should use index in the choice instead.

Definition of Done