Tool tweaks #4720
Annotations
11 errors and 3 warnings
|
|
|
packages/agent-runtime/src/__tests__/read-docs-tool.test.ts#L267
Expected to contain: "Error fetching documentation for"
Received: "[{\"type\":\"json\",\"value\":{\"errorMessage\":\"Invalid parameters for read_docs: [\\n {\\n \\\"expected\\\": \\\"string\\\",\\n \\\"code\\\": \\\"invalid_type\\\",\\n \\\"path\\\": [\\n \\\"libraryTitle\\\"\\n ],\\n \\\"message\\\": \\\"Invalid input: expected string, received undefined\\\"\\n },\\n {\\n \\\"expected\\\": \\\"string\\\",\\n \\\"code\\\": \\\"invalid_type\\\",\\n \\\"path\\\": [\\n \\\"topic\\\"\\n ],\\n \\\"message\\\": \\\"Invalid input: expected string, received undefined\\\"\\n }\\n]\"}}]"
at <anonymous> (/home/runner/work/***/***/packages/agent-runtime/src/__***s__/read-docs-tool.***.ts:267:18)
|
|
packages/agent-runtime/src/__tests__/read-docs-tool.test.ts#L228
Expected to contain: "No documentation found for"
Received: "[{\"type\":\"json\",\"value\":{\"errorMessage\":\"Invalid parameters for read_docs: [\\n {\\n \\\"expected\\\": \\\"string\\\",\\n \\\"code\\\": \\\"invalid_type\\\",\\n \\\"path\\\": [\\n \\\"libraryTitle\\\"\\n ],\\n \\\"message\\\": \\\"Invalid input: expected string, received undefined\\\"\\n },\\n {\\n \\\"expected\\\": \\\"string\\\",\\n \\\"code\\\": \\\"invalid_type\\\",\\n \\\"path\\\": [\\n \\\"topic\\\"\\n ],\\n \\\"message\\\": \\\"Invalid input: expected string, received undefined\\\"\\n }\\n]\"}}]"
at <anonymous> (/home/runner/work/***/***/packages/agent-runtime/src/__***s__/read-docs-tool.***.ts:228:18)
|
|
packages/agent-runtime/src/__tests__/read-docs-tool.test.ts#L183
Expected: [
ObjectContaining {
libraryTitle: "React",
topic: "hooks",
maxTokens: 5000,
}
]
But it was not called.
at <anonymous> (/home/runner/work/***/***/packages/agent-runtime/src/__***s__/read-docs-tool.***.ts:183:17)
|
|
packages/agent-runtime/src/__tests__/read-docs-tool.test.ts#L136
Expected: [
ObjectContaining {
libraryTitle: "React",
topic: "hooks",
}
]
But it was not called.
at <anonymous> (/home/runner/work/***/***/packages/agent-runtime/src/__***s__/read-docs-tool.***.ts:136:17)
|
|
packages/agent-runtime/src/__tests__/malformed-tool-call.test.ts#L297
Expected: > 0
Received: 0
at <anonymous> (/home/runner/work/***/***/packages/agent-runtime/src/__***s__/malformed-tool-call.***.ts:297:33)
|
|
packages/agent-runtime/src/__tests__/main-prompt.test.ts#L419
Expected number of calls: 1
Received number of calls: 0
at <anonymous> (/home/runner/work/***/***/packages/agent-runtime/src/__***s__/main-prompt.***.ts:419:32)
|
|
packages/agent-runtime/src/__tests__/main-prompt.test.ts#L263
Expected number of calls: 1
Received number of calls: 0
at <anonymous> (/home/runner/work/***/***/packages/agent-runtime/src/__***s__/main-prompt.***.ts:263:32)
|
|
packages/agent-runtime/src/__tests__/loop-agent-steps.test.ts#L835
{
- "result": "done",
+ "endsAgentStep": false,
+ "input": {
+ "result": "done",
+ },
+ "inputSchema": null,
+ "toolName": "set_output",
}
- Expected - 1
+ Received + 6
at <anonymous> (/home/runner/work/***/***/packages/agent-runtime/src/__***s__/loop-agent-steps.***.ts:835:38)
|
|
packages/agent-runtime/src/__tests__/loop-agent-steps.test.ts#L664
{
- "result": "success",
+ "endsAgentStep": false,
+ "input": {
+ "result": "success",
+ },
+ "inputSchema": null,
+ "toolName": "set_output",
}
- Expected - 1
+ Received + 6
at <anonymous> (/home/runner/work/***/***/packages/agent-runtime/src/__***s__/loop-agent-steps.***.ts:664:38)
|
|
packages/agent-runtime/src/__tests__/loop-agent-steps.test.ts#L601
{
- "result": "*** result",
- "status": "success",
+ "endsAgentStep": false,
+ "input": {
+ "result": "*** result",
+ "status": "success",
+ },
+ "inputSchema": null,
+ "toolName": "set_output",
}
- Expected - 2
+ Received + 7
at <anonymous> (/home/runner/work/***/***/packages/agent-runtime/src/__***s__/loop-agent-steps.***.ts:601:38)
|
|
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading