Beta
Includes a LLM-friendly version of the field value in the instruction
client.agent.action.generate({ schemaId, documentId, instruction: 'Give the following field value:\n $pte \n ---\nGenerate keywords.', instructionParams: { pte: { type: 'field', path: ['pteField'], }, }, target: {path: 'keywords' }}) Copy
client.agent.action.generate({ schemaId, documentId, instruction: 'Give the following field value:\n $pte \n ---\nGenerate keywords.', instructionParams: { pte: { type: 'field', path: ['pteField'], }, }, target: {path: 'keywords' }})
Examples: 'title', ['array', {_key: 'arrayItemKey'}, 'field']
Includes a LLM-friendly version of the field value in the instruction