mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-17 20:41:36 +00:00
5 lines
212 B
TypeScript
5 lines
212 B
TypeScript
// Openai plugin module implements openai chatgpt shared behavior.
|
|
import { normalizeOptionalString } from "openclaw/plugin-sdk/string-coerce-runtime";
|
|
|
|
export const trimNonEmptyString = normalizeOptionalString;
|