UNPKG

@openai/agents-core

Version:

The OpenAI Agents SDK is a lightweight yet powerful framework for building multi-agent workflows.

5 lines (4 loc) 167 B
/** * Encode a Uint8Array into a base64 string in both Node and browser environments. */ export declare function encodeUint8ArrayToBase64(data: Uint8Array): string;