refactor: unify system tools as resources
This commit is contained in:
@@ -232,7 +232,6 @@ export type Assistant = {
|
||||
enableInterrupt: boolean;
|
||||
turnConfig: TurnConfig;
|
||||
startup: StartupConfig;
|
||||
systemTools: SystemToolKind[];
|
||||
visionEnabled: boolean;
|
||||
visionModelResourceId: string | null;
|
||||
modelResourceIds: Partial<Record<ModelType, string>>;
|
||||
@@ -365,7 +364,7 @@ export type SystemToolDefinition = {
|
||||
schemaVersion: number;
|
||||
type: "system";
|
||||
config: {
|
||||
kind: "end_conversation";
|
||||
kind: SystemToolKind;
|
||||
messageType: "none" | "custom";
|
||||
customMessage: string;
|
||||
captureReason: boolean;
|
||||
|
||||
Reference in New Issue
Block a user