Functions

isSchemaCheckMessage

Function: isSchemaCheckMessage()

isSchemaCheckMessage(msg): boolean

Defined in: src/core/agent/outputEnforcement.ts:174

True when this message is a correction a previous attempt wrote.

Parameters

msg

LLMMessage | undefined

Returns

boolean

On this page