14 Replies
I really wanted to chat. :p
but guess.
dang!
unsafe: true
not
unsafe_: true
Is that in our code?
GitHub
ash_ai/lib/mix/tasks/ash_ai.gen.chat.ex at 083ad86d9e211c299ca302d5...
Structured outputs, vectorization and tool calling for your Ash application - ash-project/ash_ai
yes.
needs a pr.
Hmm...in mdex I think thats supposed to be supported?
But, change it anyway
[Options] Rename :unsafe to :unsafe in :render options. The old :unsafe option still works.
I think it may have broken accidentally
🤷♂️
between,
This does not run any db queries.

I was looking for something that can Run ash queries for me
like create a resource, with aprams , giev me a list of users .
etc
Did you watch the video?
that I told you about?
Your elixir conf one , right?
Code and Stuff
YouTube
A Complete AI Toolkit: Ash AI Demo
Ash is a really powerful ecosystem of tools that make it easy to rapidly build and maintain Elixir / Phoenix applications.
Recently, an AI package was added to the roster. It makes it easy to add LLM interactions to an application, and can even expose existing secure actions to an agent acting on the user's behalf.
This demo only shows a fract...
You have to setup tools
and provide those tools to the chat
Code and Stuff
YouTube
A Complete AI Toolkit: Ash AI Demo
Ash is a really powerful ecosystem of tools that make it easy to rapidly build and maintain Elixir / Phoenix applications.
Recently, an AI package was added to the roster. It makes it easy to add LLM interactions to an application, and can even expose existing secure actions to an agent acting on the user's behalf.
This demo only shows a fract...
ah. right
on dang. I need to give it tools
Thanks for the patience.
GitHub
fix: unsafe usage in mdex by TwistingTwists · Pull Request #73 · ...
Contributor checklist
Leave anything that you believe does not apply unchecked.
Bug fixes include regression tests
Chores
Documentation changes
Features include unit/acceptance tests
Refactor...