Clarification on Using `generateText` with AI Response in Effect TS AI Package
Hey!
https://github.com/Effect-TS/effect/blob/main/packages/ai/ai/CHANGELOG.md
In AI package changelog we have this
Could you please explain me why would you use second
If you wanted the LLM to interpret the joke, wouldn't you need to set system prompt asking for it?
https://github.com/Effect-TS/effect/blob/main/packages/ai/ai/CHANGELOG.md
In AI package changelog we have this
Toolkit Usage example:Could you please explain me why would you use second
generateText method setting prompt as the response from the previews generateText call which is type of AiResponse.WithToolCallResults?If you wanted the LLM to interpret the joke, wouldn't you need to set system prompt asking for it?
