microfoom
API referenceInterfaces

AgentToolOptions

Interface: AgentToolOptions

Defined in: packages/microfoom-core/src/options.ts:32

Structured tool advertisement — the value of @foom.expose({ tool }).

Properties

PropertyTypeDescriptionDefined in
description?stringHuman-readable description of what the tool does.packages/microfoom-core/src/options.ts:34
promptGuidelines?readonly string[]Extra usage guidance for the agent.packages/microfoom-core/src/options.ts:38
promptSnippet?stringShort snippet that may be inserted into the agent prompt/tool manifest.packages/microfoom-core/src/options.ts:36

On this page