Skip to content

Commit

Permalink
Update langfuse-core/src/openapi/server.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hassiebp authored Jan 21, 2025
1 parent 611d816 commit b983d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langfuse-core/src/openapi/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@ export interface components {
*/
ObservationLevel: "DEBUG" | "DEFAULT" | "WARNING" | "ERROR";
/** MapValue */
MapValue: (string | null) | (number | null) | (boolean | null) | (string[] | null);
MapValue: (string | null) | (number | null) | (boolean | null) | (string[] | null) | undefined;
/**
* CommentObjectType
* @enum {string}
Expand Down

0 comments on commit b983d5f

Please sign in to comment.