Type alias GetRunnableResponse
GetRunnableResponse: {
description?: string;
endpoint_async: string;
endpoint_openai_sync: string;
endpoint_sync: string;
kind: string;
summary: string;
workspace: string;
}
Type declaration
Optional description?: string
endpoint_async: string
endpoint_openai_sync: string
endpoint_sync: string
kind: string
summary: string
workspace: string