feat: add error display utilities #4685
Annotations
11 errors and 2 warnings
|
|
|
packages/agent-runtime/src/__tests__/web-search-tool.test.ts#L177
Expected: > 0
Received: 0
at <anonymous> (/home/runner/work/***/***/packages/agent-runtime/src/__***s__/web-search-tool.***.ts:177:29)
|
|
packages/agent-runtime/src/__tests__/spawn-agents-message-history.test.ts#L170
Expected: "This is the parent system prompt that should be excluded"
Received: [
{
type: "text",
text: "This is the parent system prompt that should be excluded",
}
]
at <anonymous> (/home/runner/work/***/***/packages/agent-runtime/src/__***s__/spawn-agents-message-history.***.ts:170:39)
|
|
packages/agent-runtime/src/__tests__/read-docs-tool.test.ts#L343
Expected: > 0
Received: 0
at <anonymous> (/home/runner/work/***/***/packages/agent-runtime/src/__***s__/read-docs-tool.***.ts:343:29)
|
|
packages/agent-runtime/src/__tests__/read-docs-tool.test.ts#L303
Expected: > 0
Received: 0
at <anonymous> (/home/runner/work/***/***/packages/agent-runtime/src/__***s__/read-docs-tool.***.ts:303:29)
|
|
packages/agent-runtime/src/__tests__/read-docs-tool.test.ts#L265
Expected: > 0
Received: 0
at <anonymous> (/home/runner/work/***/***/packages/agent-runtime/src/__***s__/read-docs-tool.***.ts:265:29)
|
|
packages/agent-runtime/src/__tests__/read-docs-tool.test.ts#L226
Expected: > 0
Received: 0
at <anonymous> (/home/runner/work/***/***/packages/agent-runtime/src/__***s__/read-docs-tool.***.ts:226:29)
|
|
packages/agent-runtime/src/__tests__/read-docs-tool.test.ts#L143
Expected: > 0
Received: 0
at <anonymous> (/home/runner/work/***/***/packages/agent-runtime/src/__***s__/read-docs-tool.***.ts:143:29)
|
|
packages/agent-runtime/src/__tests__/prompt-caching-subagents.test.ts#L403
Expected: [
{
type: "text",
text: "Parent agent system prompt for ***ing\n\n\n\n\n\n## Spawnable Agents\n\nUse the spawn_agents tool to spawn agents to help you complete the user request.\n\nNotes:\n- You can not call the agents as tool names directly: you must use the spawn_agents tool with the correct parameters to spawn them!\n- There are two types of input arguments for agents: prompt and params. The prompt is a string, and the params is a json object. Some agents require only one or the other, some require both, and some require none.\n- Below are the *only* available agents by their agent_type. Other agents may be referenced earlier in the conversation, but they are not available to you.\n\nExample:\n\n<***_tool_call>\n{\n \"cb_tool_name\": \"spawn_agents\",\n \"agents\": [\n {\n \"agent_type\": \"example-agent\",\n \"prompt\": \"Do an example task for me\"\n }\n ],\n \"cb_easp\": ***\n}\n</***_tool_call>\n\nSpawn only the below agents:\n\n- child: \nThis agent inherits the parent's system prompt for prompt caching.\nprompt: None\nparams: None",
}
]
Received: serializes to the same string
at <anonymous> (/home/runner/work/***/***/packages/agent-runtime/src/__***s__/prompt-caching-subagents.***.ts:403:38)
|
|
packages/agent-runtime/src/__tests__/malformed-tool-call.test.ts#L296
Expected: > 0
Received: 0
at <anonymous> (/home/runner/work/***/***/packages/agent-runtime/src/__***s__/malformed-tool-call.***.ts:296:33)
|
|
packages/agent-runtime/src/__tests__/main-prompt.test.ts#L217
Expected number of calls: 1
Received number of calls: 0
at <anonymous> (/home/runner/work/***/***/packages/agent-runtime/src/__***s__/main-prompt.***.ts:217:32)
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading