Expose agent node usage (#24355)
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user