webui: Agentic Loop + MCP Client with support for Tools, Resources and Prompts (#18655)
This commit is contained in:
@@ -11,6 +11,13 @@ export enum FileTypeCategory {
|
||||
TEXT = 'text'
|
||||
}
|
||||
|
||||
/**
|
||||
* Special file types for internal use (not MIME types)
|
||||
*/
|
||||
export enum SpecialFileType {
|
||||
MCP_PROMPT = 'mcp-prompt'
|
||||
}
|
||||
|
||||
// Specific file type enums for each category
|
||||
export enum FileTypeImage {
|
||||
JPEG = 'jpeg',
|
||||
|
||||
Reference in New Issue
Block a user