Skip to main content

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