Includes a LLM-friendly version of GROQ query result in the instruction
client.agent.action.generate({ schemaId, documentId, instruction:'Give the following list of titles:\n $list \n ---\nGenerate a similar title.', instructionParams: { list: { type:'groq', query:'* [_type==$type].title', params: {type:'article'} }, }, target: {path:'title' } })
Includes a LLM-friendly version of GROQ query result in the instruction