mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-24 11:25:50 -06: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;
|