feat: add file search capability to ephemeral agents, update code interpreter selection based of file upload, consolidate main upload menu for all endpoints

This commit is contained in:
Danny Avila 2025-06-21 19:16:28 -04:00
parent 13c977a670
commit ef7e517c06
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
5 changed files with 36 additions and 25 deletions

View file

@ -98,6 +98,7 @@ export type TEndpointOption = Pick<
export type TEphemeralAgent = {
mcp?: string[];
web_search?: boolean;
file_search?: boolean;
execute_code?: boolean;
};