UNPKG

box-node-sdk

Version:

Official SDK for Box Plaform APIs

10 lines (9 loc) 226 B
import * as schemas from '.'; /** * AI agent long text tool * * AI agent tool used to to handle longer text. */ export interface AiAgentLongTextTool extends schemas.AiAgentBasicTextToolTextGen { embeddings?: object; }