From 4e260e47963a44bddb1e8587a08681389fc9f2a4 Mon Sep 17 00:00:00 2001 From: isamu Date: Sun, 29 Dec 2024 14:45:08 +0900 Subject: [PATCH] add config to agent function info --- packages/graphai/src/type.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/graphai/src/type.ts b/packages/graphai/src/type.ts index a55292c1..bbc3e499 100644 --- a/packages/graphai/src/type.ts +++ b/packages/graphai/src/type.ts @@ -150,6 +150,7 @@ export type AgentFunctionInfo = { output?: any; outputFormat?: any; params?: any; + config?: any; samples: AgentFunctionInfoSample[]; description: string; category: string[];