-
-
Notifications
You must be signed in to change notification settings - Fork 365
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Scope check
- This is core LLM communication (not application logic)
- This benefits most users (not just my use case)
- This can't be solved in application code with current RubyLLM
- I read the Contributing Guide
Due diligence
- I searched existing issues
- I checked the documentation
What problem does this solve?
Mention the EasyTalk gem in your chat.md page as an alternative schema library for users who need additional features like ActiveModel validations.
Proposed solution
Insert:
Alternative: EasyTalk is another Ruby DSL for JSON Schema that also generates ActiveModel validations. Its schemas work directly with ruby_llm's
with_schemamethod.
{: .note }
Just above https://rubyllm.com/chat/#using-manual-json-schemas section
Why this belongs in RubyLLM
It enriches the RubyLLM ecosystem by providing additional tools to work with.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request