Andi Skill Builder API Documentation

Type Alias: RunResponse

type RunResponse = 
  | Promise<RunResponseType>
  | RunResponseType;