structured_argumentation
Construct and analyze structured debates by specifying claims, premises, and argument types to guide logical reasoning and counterarguments.
Instructions
Dialectical reasoning and argument analysis for structured debates and logical reasoning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim | Yes | The central claim or assertion being made. | |
| premises | Yes | A list of reasons or evidence supporting the claim. | |
| supports | No | A list of argument IDs that this argument supports. | |
| strengths | No | A list of the argument's strengths. | |
| argumentId | No | A unique identifier for this argument. | |
| conclusion | Yes | The logical conclusion drawn from the premises. | |
| confidence | Yes | A confidence score (0-1) in the validity of the argument. | |
| respondsTo | No | The ID of the argument to which this one is responding. | |
| weaknesses | No | A list of the argument's weaknesses. | |
| contradicts | No | A list of argument IDs that this argument contradicts. | |
| argumentType | Yes | The type of argument being made. | |
| nextArgumentNeeded | Yes | A flag indicating whether another argument is needed to continue the debate. | |
| suggestedNextTypes | No | A list of suggested types for the next argument. |