microfoom
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

PropertyTypeDescriptionDefined in
announcement?stringLightweight system-prompt mention so the agent is told the method exists.packages/microfoom-core/src/options.ts:48
tool?AgentToolOptionsAdvertise the method as a native structured tool.packages/microfoom-core/src/options.ts:50

On this page