Open Agent Loops
API Reference

ToolSpec

@open-agent-loops/core


Defined in: model.types.ts:20

Tool description handed to the model so it knows what it can call.

Properties

PropertyTypeDescriptionDefined in
descriptionstringHuman-readable description guiding when the model should call it.model.types.ts:24
namestringTool/function name the model calls.model.types.ts:22
parametersunknownJSON Schema describing the tool arguments.model.types.ts:26

On this page