Deprecate infer for org custom agents and support new properties (#3817)

* deprecate

* user-invocable
This commit is contained in:
Paul
2026-02-18 21:32:31 +00:00
committed by GitHub
parent c265ee50c4
commit 8564af0be9
3 changed files with 90 additions and 6 deletions
@@ -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;