プロジェクトを実行するとLLM output does not match the required output schema エラーが発生する

:white_question_mark: Question

Maestro のプロジェクトを実行すると、次のエラーが発生します。
解決策を教えてください。
LLM output does not match the required output schema
/properties/xxxx/items.required:Required properties [“xxxx"] are not present
ErrorCode:Agent.LlmArgumentSchema
エントリ ポイント: content/agent.json

:light_bulb: Answer

原因

エラーが発生しているタスクの入力変数と出力変数のフィールドが完全一致していることが原因です。

解決策

入出力で使用する変数のフィールド名は完全一致させないようにしてください。