UNPKG

langsmith

Version:

Client library to connect to the LangSmith Observability and Evaluation Platform.

11 lines (10 loc) 299 B
// @ts-nocheck // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. export const FallbackEncoder = ({ headers, body }) => { return { bodyHeaders: { 'content-type': 'application/json', }, body: JSON.stringify(body), }; };