mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-15 17:06:06 +00:00
feat(agent-runner): add plugin runner host integration
This commit is contained in:
@@ -70,6 +70,11 @@ export enum DynamicFormItemType {
|
||||
WEBHOOK_URL = 'webhook-url',
|
||||
EMBED_CODE = 'embed-code',
|
||||
QR_CODE_LOGIN = 'qr-code-login',
|
||||
// Plugin manifest type aliases for compatibility
|
||||
SELECT_LLM_MODEL = 'select-llm-model',
|
||||
SELECT_KNOWLEDGE_BASES = 'select-knowledge-bases',
|
||||
NUMBER = 'number',
|
||||
JSON = 'json',
|
||||
}
|
||||
|
||||
export interface IFileConfig {
|
||||
|
||||
Reference in New Issue
Block a user