feat: add human input output structure and enhance filtering in human input form components

This commit is contained in:
twwu
2026-01-07 18:07:30 +08:00
parent ebb816b90b
commit d3299db915
8 changed files with 38 additions and 7 deletions

View File

@ -42,6 +42,7 @@ import {
FILE_STRUCT,
getGlobalVars,
HTTP_REQUEST_OUTPUT_STRUCT,
HUMAN_INPUT_OUTPUT_STRUCT,
KNOWLEDGE_RETRIEVAL_OUTPUT_STRUCT,
LLM_OUTPUT_STRUCT,
PARAMETER_EXTRACTOR_COMMON_STRUCT,
@ -640,7 +641,7 @@ const formatItem = (
[],
{ schemaTypeDefinitions },
) || []
res.vars = outputSchema
res.vars = [...outputSchema, ...HUMAN_INPUT_OUTPUT_STRUCT]
break
}