feat: shareable goose bots (#1721)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Bot configuration interface
|
||||
*/
|
||||
export interface BotConfig {
|
||||
instructions: string;
|
||||
activities: string[] | null;
|
||||
}
|
||||
Reference in New Issue
Block a user