Output attribute mapping for a single Skill-as-Tool output. Maps to a sys_one_extend_definition_attribute record on the target skill.
sys_id of the target skill's output definition attribute (sys_one_extend_definition_attribute). Accepts a raw sys_id string or a DbRecord reference.
// Using raw sys_iddefinitionAttributeId: 'abc123def456...'// Using DbRecord referencedefinitionAttributeId: Now.Record('sys_one_extend_definition_attribute', 'abc123...') Copy
// Using raw sys_iddefinitionAttributeId: 'abc123def456...'// Using DbRecord referencedefinitionAttributeId: Now.Record('sys_one_extend_definition_attribute', 'abc123...')
Optional
Whether to truncate this output to prevent exceeding token limits
false Copy
false
Output attribute mapping for a single Skill-as-Tool output. Maps to a sys_one_extend_definition_attribute record on the target skill.