Type Alias ToolOutput

ToolOutput: {
    name: string;
    output: string;
    projectName: string | undefined;
}

Type declaration

  • name: string

    Name of the tool.

  • output: string
  • projectName: string | undefined

    Project this tool was executed for. undefined if the tool doesn't require source code.