mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-25 09:06:21 +01:00
Deprecate infer for org custom agents and support new properties (#3817)
* deprecate * user-invocable
This commit is contained in:
@@ -148,7 +148,8 @@ export interface CustomAgentListItem {
|
||||
target?: string;
|
||||
config_error?: string;
|
||||
model?: string;
|
||||
infer?: boolean;
|
||||
disable_model_invocation?: boolean;
|
||||
user_invocable?: boolean;
|
||||
'mcp-servers'?: {
|
||||
[serverName: string]: {
|
||||
type: string;
|
||||
|
||||
Reference in New Issue
Block a user