Skip to content

Commit 99eeafa

Browse files
authored
Merge pull request #1 from Victor-Evogor/master
Fix: Correctly propagate model selection options in GMITurnInput metadata
2 parents 6033bdd + 4342283 commit 99eeafa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/AgentOSOrchestrator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ export class AgentOSOrchestrator {
870870
const gmiInputMetadata: Record<string, any> = {
871871
gmiId: gmi.getGMIId(),
872872
// Pass relevant options to GMI if it needs them
873-
processingOptions: options,
873+
options: options,
874874
// User API keys are handled by GMIManager when fetching/creating GMI,
875875
// but can be passed in metadata if GMI needs them per-turn for some reason.
876876
userApiKeys: input.userApiKeys,

0 commit comments

Comments
 (0)