Skip to content
1 min read · 36 words

Function: renderThought()

ts
function renderThought(
  content: string,
  attrs: ThoughtAttrs,
  payload?: unknown,
): string;

Defined in: batteries/llm/openai_chat_completions/helpers.ts:697

Parameters

ParameterType
contentstring
attrsThoughtAttrs
payload?unknown

Returns

string