instructions
Home > @gooddata/sdk-model > IAgent > instructions
IAgent.instructions property
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Rules the agent follows when answering. An empty list must be sent as undefined — the backend omits the field rather than returning [], so [] would read as a change against a fresh agent.
Signature:
instructions?: IAgentInstruction[];