Merge branch 'feat/llm-support-tools' into feat/support-agent-sandbox

This commit is contained in:
Novice
2026-01-20 10:27:42 +08:00
28 changed files with 706 additions and 19 deletions

View File

@ -161,6 +161,10 @@ export const LLM_OUTPUT_STRUCT: Var[] = [
variable: 'usage',
type: VarType.object,
},
{
variable: 'generation',
type: VarType.object,
},
]
export const KNOWLEDGE_RETRIEVAL_OUTPUT_STRUCT: Var[] = [