action_registry.ts view source
Utility class to manage and query action specifications. Provides helper methods to get actions by various criteria.
specs
type Array<ActionSpecUnion>
constructor
type new (specs: ({ method: "completion_create" | "completion_progress" | "directory_create" | "diskfile_delete" | "diskfile_update" | "filer_change" | "ollama_copy" | "ollama_create" | ... 11 more ... | "toggle_main_menu"; ... 6 more ...; async: true; } | { ...; } | { ...; })[]): ActionRegistry
specs
type
({ method: "completion_create" | "completion_progress" | "directory_create" | "diskfile_delete" | "diskfile_update" | "filer_change" | "ollama_copy" | "ollama_create" | "ollama_delete" | ... 10 more ... | "toggle_main_menu"; ... 6 more ...; async: true; } | { ...; } | { ...; })[]get_schema_imports
type (): string[]
returns
string[]