Skip to content

Commit

Permalink
missed this
Browse files Browse the repository at this point in the history
  • Loading branch information
nicarq committed Jan 4, 2025
1 parent 67bd472 commit 8f2e247
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/shinkai-message-ts/src/api/agents/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ export type Agent = {
tools: string[];
debug_mode: boolean;
config?: JobConfig | null;
scope?: {
vector_fs_items: string[];
vector_fs_folders: string[];
vector_search_mode: string;
};
};

export type CreateAgentRequest = Agent;
Expand Down

0 comments on commit 8f2e247

Please sign in to comment.