mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-16 04:18:35 +00:00
Some checks failed
Build uv cache / build-cache (3.10) (push) Has been cancelled
Build uv cache / build-cache (3.11) (push) Has been cancelled
Build uv cache / build-cache (3.12) (push) Has been cancelled
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Notify Downstream / notify-downstream (push) Has been cancelled
Check Documentation Broken Links / Check broken links (push) Has been cancelled
Build uv cache / build-cache (3.13) (push) Has been cancelled
61 lines
2.0 KiB
YAML
61 lines
2.0 KiB
YAML
interactions:
|
|
- request:
|
|
body: '{"contents": [{"parts": [{"text": "What is the capital of France?"}], "role":
|
|
"user"}], "generationConfig": {}}'
|
|
headers:
|
|
Accept:
|
|
- '*/*'
|
|
Accept-Encoding:
|
|
- gzip, deflate, zstd
|
|
Connection:
|
|
- keep-alive
|
|
Content-Length:
|
|
- '111'
|
|
Content-Type:
|
|
- application/json
|
|
user-agent:
|
|
- google-genai-sdk/1.2.0 gl-python/3.12.9
|
|
x-goog-api-client:
|
|
- google-genai-sdk/1.2.0 gl-python/3.12.9
|
|
x-goog-api-key:
|
|
- X-GOOG-API-KEY-XXX
|
|
method: POST
|
|
uri: https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash-thinking-exp-01-21:generateContent
|
|
response:
|
|
body:
|
|
string: "{\n \"candidates\": [\n {\n \"content\": {\n \"parts\":
|
|
[\n {\n \"text\": \"The capital of France is **Paris**.\"\n
|
|
\ }\n ],\n \"role\": \"model\"\n },\n \"finishReason\":
|
|
\"STOP\",\n \"index\": 0\n }\n ],\n \"usageMetadata\": {\n \"promptTokenCount\":
|
|
8,\n \"candidatesTokenCount\": 8,\n \"totalTokenCount\": 41,\n \"promptTokensDetails\":
|
|
[\n {\n \"modality\": \"TEXT\",\n \"tokenCount\": 8\n }\n
|
|
\ ],\n \"thoughtsTokenCount\": 25\n },\n \"modelVersion\": \"models/gemini-2.5-flash-preview-05-20\",\n
|
|
\ \"responseId\": \"xFIrafO6NLO2jrEPrPTzwAY\"\n}\n"
|
|
headers:
|
|
Alt-Svc:
|
|
- h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
|
|
Content-Type:
|
|
- application/json; charset=UTF-8
|
|
Date:
|
|
- Sat, 29 Nov 2025 20:08:36 GMT
|
|
Server:
|
|
- scaffolding on HTTPServer2
|
|
Server-Timing:
|
|
- gfet4t7; dur=509
|
|
Transfer-Encoding:
|
|
- chunked
|
|
Vary:
|
|
- Origin
|
|
- X-Origin
|
|
- Referer
|
|
X-Content-Type-Options:
|
|
- X-CONTENT-TYPE-XXX
|
|
X-Frame-Options:
|
|
- X-FRAME-OPTIONS-XXX
|
|
X-XSS-Protection:
|
|
- '0'
|
|
status:
|
|
code: 200
|
|
message: OK
|
|
version: 1
|