We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f561d commit 9a249deCopy full SHA for 9a249de
frontend/packages/inspector/src/types/agents.ts
@@ -31,5 +31,6 @@ export const emptyCapabilities: AgentCapabilitiesView = {
31
commandExecution: false,
32
fileChanges: false,
33
mcpTools: false,
34
- streamingDeltas: false
+ streamingDeltas: false,
35
+ sharedProcess: false
36
};
0 commit comments