You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
content: {type: 'string',description: "The Managed Agent's final assistant text."},
150
163
sessionId: {type: 'string',description: 'Anthropic session id, for logs and linking.'},
164
+
inputTokens: {type: 'number',description: 'Cumulative input tokens for the session.'},
165
+
outputTokens: {type: 'number',description: 'Cumulative output tokens for the session.'},
151
166
},
152
167
}
153
168
154
169
exportconstManagedAgentBlockMeta={
155
170
tags: ['agentic','llm'],
156
171
url: 'https://platform.claude.com/',
157
-
templates: [
158
-
{
159
-
icon: ClaudeIcon,
160
-
title: 'Delegate a task to a Claude Managed Agent',
161
-
prompt:
162
-
"Build a workflow that opens a Claude Platform Managed Agent session, optionally attaches a memory store and files, and captures the agent's response.",
0 commit comments