struct

Crig::ToolSetBuilder

Inherits Struct < Value < Object

Builder for ToolSet. This is the ergonomic path used when composing mixed static and embedding-backed tools before handing them to an agent or tool server.

Constructors

Instance methods

build
Source
dynamic_tool(tool : T) : self forall T

Add an embedding-backed tool.

Source
retrieved_tool(tool : T) : self forall T

Upstream alias: dynamic_tool → retrieved_tool (v0.41.0)

Source
static_tool(tool : Crig::ToolDyn) : self

Add a standard executable tool.

Source