Skip to content

Commit

Permalink
Merge pull request #856 from isamu/addConfigToAgentFunctionInfo
Browse files Browse the repository at this point in the history
add config to agent function info
  • Loading branch information
snakajima authored Dec 29, 2024
2 parents 3afb559 + 4e260e4 commit 60f7c88
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 60f7c88

Please sign in to comment.