Skip to content

Home > llm-ops > reasoningType

reasoningType type

Signature:

typescript
export type reasoningType = "Deductive" | "Inductive" | "Abductive" | "Analogical" | "Causal";
export type reasoningType = "Deductive" | "Inductive" | "Abductive" | "Analogical" | "Causal";

Released under the MIT License.