respond method
Builds a respond entry for this interrupt. Does not send.
Implementation
ToolResponsePart respond(Output output) => ToolResponsePart(
toolResponse: ToolResponse(name: name, ref: ref, output: output),
);
Builds a respond entry for this interrupt. Does not send.
ToolResponsePart respond(Output output) => ToolResponsePart(
toolResponse: ToolResponse(name: name, ref: ref, output: output),
);