Skip to main content

ToolInvocation

interface
interface ToolInvocation

Import

import { ToolInvocation } from '@modular/sdk';

Members3

activity
{ update: (update: { kind: 'title'; text: string } | { kind: 'status'; text: string } | { kind: 'log'; message: string }) => Promise<void> }
name
string
toolCallId
string & $brand<'ToolCallId'>