The result of executing one server-channel tool, as returned to the runner. Structurally the ServerChannelToolResult / ToolExecutionResult shape — minimal so the engine stays decoupled from the AI packages.
ServerChannelToolResult
ToolExecutionResult
The textual outcome fed back to the model (a description on success, the error on failure).
Whether the tool executed successfully.
The result of executing one server-channel tool, as returned to the runner. Structurally the
ServerChannelToolResult/ToolExecutionResultshape — minimal so the engine stays decoupled from the AI packages.