API referenceInterfaces
AgentExposeOptions
Interface: AgentExposeOptions
Defined in: packages/microfoom-core/src/options.ts:46
Exposure options. Three tiers by context cost (F3): bare (silent),
{ announcement } (named in the system prompt), { tool } (native tool with
full param schema upfront).
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
announcement? | string | Lightweight system-prompt mention so the agent is told the method exists. | packages/microfoom-core/src/options.ts:48 |
tool? | AgentToolOptions | Advertise the method as a native structured tool. | packages/microfoom-core/src/options.ts:50 |
