@kolisachint/hoocode-ai 0.2.6 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9591,6 +9591,9 @@ export declare const MODELS: {
9591
9591
  api: "openai-completions";
9592
9592
  provider: string;
9593
9593
  baseUrl: string;
9594
+ compat: {
9595
+ requiresReasoningContentOnAssistantMessages: true;
9596
+ };
9594
9597
  reasoning: true;
9595
9598
  input: ("image" | "text")[];
9596
9599
  cost: {
@@ -9608,6 +9611,9 @@ export declare const MODELS: {
9608
9611
  api: "openai-completions";
9609
9612
  provider: string;
9610
9613
  baseUrl: string;
9614
+ compat: {
9615
+ requiresReasoningContentOnAssistantMessages: true;
9616
+ };
9611
9617
  reasoning: true;
9612
9618
  input: ("image" | "text")[];
9613
9619
  cost: {