#!/usr/bin/env php getFunctionCallSchemaTest('story.create')) && p('title') && e('需求'); // 步骤1:有效的表单路径story.create r($aiTest->getFunctionCallSchemaTest('task.edit')) && p('title') && e('任务'); // 步骤2:有效的表单路径task.edit r($aiTest->getFunctionCallSchemaTest('')) && p() && e('0'); // 步骤3:空字符串输入 r($aiTest->getFunctionCallSchemaTest('invalidform')) && p() && e('0'); // 步骤4:无效格式(不包含点) r($aiTest->getFunctionCallSchemaTest('nonexistent.form')) && p() && e('0'); // 步骤5:不存在的配置路径 r($aiTest->getFunctionCallSchemaTest('too.many.dots.here')) && p() && e('0'); // 步骤6:包含过多点分隔符的路径