Skip to content

Instructions

type Instructions =
| string
| AgentPrompt
| ((ctx) => Instructions | Promise<Instructions>);