We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6033bdd + 4342283 commit 99eeafaCopy full SHA for 99eeafa
1 file changed
src/api/AgentOSOrchestrator.ts
@@ -870,7 +870,7 @@ export class AgentOSOrchestrator {
870
const gmiInputMetadata: Record<string, any> = {
871
gmiId: gmi.getGMIId(),
872
// Pass relevant options to GMI if it needs them
873
- processingOptions: options,
+ options: options,
874
// User API keys are handled by GMIManager when fetching/creating GMI,
875
// but can be passed in metadata if GMI needs them per-turn for some reason.
876
userApiKeys: input.userApiKeys,
0 commit comments