Header menu logo Nao

ToolDef Module

Accessors over a tool definition's kind.

Functions and values

Function or value Description

isAsync def

Full Usage: isAsync def

Parameters:
Returns: bool

Whether the tool runs asynchronously (false for prompt tools).

def : ToolDef
Returns: bool

runtime def

Full Usage: runtime def

Parameters:
Returns: string

The executable runtime the tool declares ("" / native for prompt tools).

def : ToolDef
Returns: string

Type something to start searching.