decision, err := client.Executives.Decide(ctx, "AI_CRO", operark.DecideRequest{ Message: "Approve a new vendor without ISO 27001?",})if err != nil { log.Fatal(err)}fmt.Println(decision.Outcome, decision.Rationale)
Method and field names follow the Go client in the operark-go repository.
Check that repository’s README for the exact, version-pinned signatures.