mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-05 23:19:22 +00:00
* Fix structured output leaks in tool-calling loops * addressing comments * drop scripts * Update Gemini agent tests to include structured output with thoughts and bump model version to 2.5-flash * merge * Update Anthropic test cases to use new model and tool structure - Changed the model from "claude-3-5-haiku-20241022" to "claude-sonnet-4-6" in the test setup. - Updated the request and response formats in the YAML test cassette to reflect the new tool structure and improved content formatting. - Adjusted the expected response body to match the new output format from the assistant, including changes in tool usage and response details. - Increased rate limit values in the response headers for better testing scenarios. * adjusted bedrock cassettes * adjusting cassettes for bedrock * fix test * Update VCR configuration to use 'host' instead of 'bedrock_host' for request matching
46 lines
1.9 KiB
YAML
46 lines
1.9 KiB
YAML
interactions:
|
|
- request:
|
|
body: '{"messages": [{"role": "user", "content": [{"text": "What type of document
|
|
is this? Answer in one word."}, {"document": {"name": "document", "format":
|
|
"pdf", "source": {"bytes": "JVBERi0xLjQKMSAwIG9iaiA8PCAvVHlwZSAvQ2F0YWxvZyAvUGFnZXMgMiAwIFIgPj4gZW5kb2JqCjIgMCBvYmogPDwgL1R5cGUgL1BhZ2VzIC9LaWRzIFszIDAgUl0gL0NvdW50IDEgPj4gZW5kb2JqCjMgMCBvYmogPDwgL1R5cGUgL1BhZ2UgL1BhcmVudCAyIDAgUiAvTWVkaWFCb3ggWzAgMCA2MTIgNzkyXSA+PiBlbmRvYmoKeHJlZgowIDQKMDAwMDAwMDAwMCA2NTUzNSBmCjAwMDAwMDAwMDkgMDAwMDAgbgowMDAwMDAwMDU4IDAwMDAwIG4KMDAwMDAwMDExNSAwMDAwMCBuCnRyYWlsZXIgPDwgL1NpemUgNCAvUm9vdCAxIDAgUiA+PgpzdGFydHhyZWYKMTk2CiUlRU9GCg=="}}}]}],
|
|
"inferenceConfig": {}}'
|
|
headers:
|
|
Content-Length:
|
|
- '646'
|
|
Content-Type:
|
|
- !!binary |
|
|
YXBwbGljYXRpb24vanNvbg==
|
|
User-Agent:
|
|
- X-USER-AGENT-XXX
|
|
amz-sdk-invocation-id:
|
|
- AMZ-SDK-INVOCATION-ID-XXX
|
|
amz-sdk-request:
|
|
- !!binary |
|
|
YXR0ZW1wdD0x
|
|
authorization:
|
|
- AUTHORIZATION-XXX
|
|
x-amz-date:
|
|
- X-AMZ-DATE-XXX
|
|
x-amz-security-token:
|
|
- X-AMZ-SECURITY-TOKEN-XXX
|
|
method: POST
|
|
uri: https://bedrock-runtime.vcr.amazonaws.com/model/us.anthropic.claude-sonnet-4-6/converse
|
|
response:
|
|
body:
|
|
string: '{"metrics":{"latencyMs":2732},"output":{"message":{"content":[{"text":"Blank"}],"role":"assistant"}},"stopReason":"end_turn","usage":{"cacheReadInputTokenCount":0,"cacheReadInputTokens":0,"cacheWriteInputTokenCount":0,"cacheWriteInputTokens":0,"inputTokens":1606,"outputTokens":5,"serverToolUsage":{},"totalTokens":1611}}'
|
|
headers:
|
|
Connection:
|
|
- keep-alive
|
|
Content-Length:
|
|
- '321'
|
|
Content-Type:
|
|
- application/json
|
|
Date:
|
|
- Tue, 26 May 2026 17:34:51 GMT
|
|
x-amzn-RequestId:
|
|
- X-AMZN-REQUESTID-XXX
|
|
status:
|
|
code: 200
|
|
message: OK
|
|
version: 1
|