Ask a question to get started
Enter to send•Shift+Enter new line
constructor< T >( client: Langsmith, responsePromise: Promise<APIResponseProps>, parseResponse: (client: Langsmith, props: APIResponseProps) => PromiseOrValue<T> = defaultParseResponse ): APIPromise<T>
client
Langsmith
responsePromise
Promise<APIResponseProps>
parseResponse
(client: Langsmith, props: APIResponseProps) => PromiseOrValue<T>
defaultParseResponse