Add a simple way to provide content as text #253
-
I'm looking for a simple way to provide content just as a simple string, currently it seems to be only possible to provide text files/urls and attachments? It looks like this is currently not possible? Like for a Rails model: chat.ask("Summarize this text").with(document.body) |
Beta Was this translation helpful? Give feedback.
Answered by
tpaulshippy
Jun 21, 2025
Replies: 1 comment
-
Wouldn't you just put that in the ask method? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
crmne
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wouldn't you just put that in the ask method?