Expose agent node usage (#24355)

This commit is contained in:
Davide Delbianco
2025-08-23 04:57:58 +02:00
committed by GitHub
parent da9af7b547
commit 0a2111f33d
24 changed files with 42 additions and 1 deletions

View File

@@ -467,6 +467,13 @@ export const SUPPORT_OUTPUT_VARS_NODE = [
BlockEnum.Agent,
]
export const AGENT_OUTPUT_STRUCT: Var[] = [
{
variable: 'usage',
type: VarType.object,
},
]
export const LLM_OUTPUT_STRUCT: Var[] = [
{
variable: 'text',