Skip to content

Anti reasoning #7

@LoonyBeLuna

Description

@LoonyBeLuna

Is it possible to add through stages a no reasoning function?
Like this:

      const reasoningEnabled = localStorage.getItem("reasoning_enabled") === "true";
      const reasoningVisible = localStorage.getItem("reasoning_visible") === "true";

// Part2:
        ),
        reasoning: {
          "enabled": reasoningEnabled,
          "effort": "low",
          "exclude": !reasoningEnabled
        }
      };

I really would like to have an option to disable reasoning, maybe we can do it with a stage?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions