Skip to main content
Modular Documentation
Guides
Reference
Reference
/
@modular/sdk
AiSpawnTrigger
type
type AiSpawnTrigger = { commandId: string; kind: 'command' } | { kind: 'tool'; toolCallId: ToolCallId }
Import
import { AiSpawnTrigger } from '@modular/sdk';