Skip to main content
Modular Documentation
Guides
Reference
Reference
/
@modular/sdk
ToolInput
type
Either tool shape: plain text, or typed result with a view.
type ToolInput<TName extends string, TInput, TResult> = PlainToolInput<TName, TInput> | RenderedToolInput<TName, TInput, TResult>
Import
import { ToolInput } from '@modular/sdk';
Notes
category
Authoring