Skip to content

Commit

Permalink
Remove redundant doc
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter committed Jan 3, 2025
1 parent ee03821 commit 07b7757
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/griptape-framework/structures/rulesets.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ A [Ruleset](../../reference/griptape/rules/ruleset.md) can be used to define [Ru

!!! tip
[Structured Output](../drivers/prompt-drivers.md#structured-output) provides a more robust solution for having the LLM generate structured output.
And if an LLM does not natively support structured output, a `JsonSchemaRule` will automatically be added.

[JsonSchemaRule](../../reference/griptape/rules/json_schema_rule.md)s defines a structured format for the LLM's output by providing a JSON schema.
This is particularly useful when you need the LLM to return well-formed data, such as JSON objects, with specific fields and data types.
Expand Down

0 comments on commit 07b7757

Please sign in to comment.