跳转到内容

formatActionArg

此内容尚不支持你的语言。

formatActionArg(params, defs, separator?): string | undefined

Defined in: ai/fsm/registry.ts:204

Join declared parameters back into the canonical string — so data authored as parameters still reaches an action (or a tool) that only speaks arg. Trailing empties are dropped, keeping "tabs" rather than "tabs:".

Readonly<Record<string, AiParamValue>> | undefined

readonly AiParamDef[]

string = ':'

string | undefined