Skip to content

Commit

Permalink
add config to agent function info
Browse files Browse the repository at this point in the history
  • Loading branch information
isamu committed Dec 29, 2024
1 parent 86951e6 commit 4e260e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/graphai/src/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ export type AgentFunctionInfo = {
output?: any;
outputFormat?: any;
params?: any;
config?: any;
samples: AgentFunctionInfoSample[];
description: string;
category: string[];
Expand Down

0 comments on commit 4e260e4

Please sign in to comment.