respond method

ToolResponsePart respond(
  1. Output output
)

Builds a respond entry for this interrupt. Does not send.

Implementation

ToolResponsePart respond(Output output) => ToolResponsePart(
  toolResponse: ToolResponse(name: name, ref: ref, output: output),
);