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
35 stars 4 forks source link

chore: Fix resource group header #185

Closed tomfrenken closed 1 month ago

tomfrenken commented 1 month ago

Context

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

A user discovered a bug where we do not properly set the resource group after they have set it in the client's initialization.

With this fix, this should be fixed.

Definition of Done

tomfrenken commented 1 month ago

@reviewers I intentionally didn't add tests for all the other clients yet, I would copy the test over to all affected clients, so please let me know if the current way I test it is sufficient before I copy it over.