UIToolInvocationPayload

class UIToolInvocationPayload<TInput, TOutput>(val input: TInput?, val output: TOutput?, val error: String?)(source)

Typed invocation handle — what a per-tool renderer receives. Carries the typed input + output via the tool's own serializers.

Since

0.3.0-beta01

Constructors

Link copied to clipboard
constructor(input: TInput?, output: TOutput?, error: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard