Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ToolExecutionStep

import type { ToolExecutionStep } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

Generic tool step to be used for binaries we do not explicitly support. For example: running cp to copy artifacts from one location to another.

interface ToolExecutionStep {
toolExecution?: ToolExecution;
}

§Properties

§
toolExecution?: ToolExecution
[src]

A Tool execution. - In response: present if set by create/update request - In create/update request: optional