> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fiddler.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# formatMessages

> formatMessages

<ParamField path="messages" type="unknown[]" required={true}>
  Array of message objects or strings.
</ParamField>

<ResponseField name="return">
  A newline-separated string of formatted messages.
</ResponseField>
