mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-03 08:12:39 +00:00
streaming tool call test update
This commit is contained in:
@@ -1805,13 +1805,6 @@ def test_agent_streaming_with_tool_calling():
|
|||||||
received_chunks = []
|
received_chunks = []
|
||||||
tool_called = False
|
tool_called = False
|
||||||
|
|
||||||
# Set up event listener to capture streaming chunks
|
|
||||||
with crewai_event_bus.scoped_handlers():
|
|
||||||
|
|
||||||
@crewai_event_bus.on(LLMStreamChunkEvent)
|
|
||||||
def handle_stream_chunk(source, event):
|
|
||||||
received_chunks.append(event.chunk)
|
|
||||||
|
|
||||||
# Define a tool that will be called
|
# Define a tool that will be called
|
||||||
@tool
|
@tool
|
||||||
def calculator(first_number: int, second_number: int) -> float:
|
def calculator(first_number: int, second_number: int) -> float:
|
||||||
@@ -1840,9 +1833,6 @@ def test_agent_streaming_with_tool_calling():
|
|||||||
# Execute the task with the calculator tool
|
# Execute the task with the calculator tool
|
||||||
output = agent.execute_task(task=task, tools=[calculator])
|
output = agent.execute_task(task=task, tools=[calculator])
|
||||||
|
|
||||||
# Verify that streaming chunks were received
|
|
||||||
assert len(received_chunks) > 0, "No streaming chunks were received"
|
|
||||||
|
|
||||||
# Verify that the tool was called
|
# Verify that the tool was called
|
||||||
assert tool_called, "Calculator tool was not called"
|
assert tool_called, "Calculator tool was not called"
|
||||||
|
|
||||||
|
|||||||
@@ -59,148 +59,154 @@ interactions:
|
|||||||
uri: https://api.openai.com/v1/chat/completions
|
uri: https://api.openai.com/v1/chat/completions
|
||||||
response:
|
response:
|
||||||
body:
|
body:
|
||||||
string: 'data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"logprobs":null,"finish_reason":null}]}
|
string: 'data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"``"},"logprobs":null,"finish_reason":null}]}
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"Thought"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"`\n"},"logprobs":null,"finish_reason":null}]}
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":":"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"Thought"},"logprobs":null,"finish_reason":null}]}
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":":"},"logprobs":null,"finish_reason":null}]}
|
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
|
||||||
I"},"logprobs":null,"finish_reason":null}]}
|
I"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
need"},"logprobs":null,"finish_reason":null}]}
|
need"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
to"},"logprobs":null,"finish_reason":null}]}
|
to"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
calculate"},"logprobs":null,"finish_reason":null}]}
|
use"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
the"},"logprobs":null,"finish_reason":null}]}
|
the"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
product"},"logprobs":null,"finish_reason":null}]}
|
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
|
||||||
of"},"logprobs":null,"finish_reason":null}]}
|
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
|
||||||
the"},"logprobs":null,"finish_reason":null}]}
|
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
|
||||||
numbers"},"logprobs":null,"finish_reason":null}]}
|
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
|
||||||
"},"logprobs":null,"finish_reason":null}]}
|
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"23"},"logprobs":null,"finish_reason":null}]}
|
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
|
||||||
and"},"logprobs":null,"finish_reason":null}]}
|
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
|
||||||
"},"logprobs":null,"finish_reason":null}]}
|
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"45"},"logprobs":null,"finish_reason":null}]}
|
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":".\n"},"logprobs":null,"finish_reason":null}]}
|
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"Action"},"logprobs":null,"finish_reason":null}]}
|
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":":"},"logprobs":null,"finish_reason":null}]}
|
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
|
||||||
calculator"},"logprobs":null,"finish_reason":null}]}
|
calculator"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"\n"},"logprobs":null,"finish_reason":null}]}
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
|
tool"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"Action"},"logprobs":null,"finish_reason":null}]}
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
|
to"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
|
find"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
|
the"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
|
product"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
|
of"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
|
"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"23"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
|
and"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
|
"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"45"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":".\n"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"Action"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":":"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
|
calculator"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"\n"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"Action"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
Input"},"logprobs":null,"finish_reason":null}]}
|
Input"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":":"},"logprobs":null,"finish_reason":null}]}
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":":"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
{\""},"logprobs":null,"finish_reason":null}]}
|
{\""},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"first"},"logprobs":null,"finish_reason":null}]}
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"first"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"_number"},"logprobs":null,"finish_reason":null}]}
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"_number"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"\":"},"logprobs":null,"finish_reason":null}]}
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"\":"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
"},"logprobs":null,"finish_reason":null}]}
|
"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"23"},"logprobs":null,"finish_reason":null}]}
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"23"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":","},"logprobs":null,"finish_reason":null}]}
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":","},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
\""},"logprobs":null,"finish_reason":null}]}
|
\""},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"second"},"logprobs":null,"finish_reason":null}]}
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"second"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"_number"},"logprobs":null,"finish_reason":null}]}
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"_number"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"\":"},"logprobs":null,"finish_reason":null}]}
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"\":"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
"},"logprobs":null,"finish_reason":null}]}
|
"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"45"},"logprobs":null,"finish_reason":null}]}
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"45"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"}"},"logprobs":null,"finish_reason":null}]}
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"}"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0O23ZfgfCLyV2BvtYuXyELospw","object":"chat.completion.chunk","created":1741123336,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}]}
|
data: {"id":"chatcmpl-B7UMcggCLBpC1AOYOL0cZr5bwOpk4","object":"chat.completion.chunk","created":1741124714,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}]}
|
||||||
|
|
||||||
|
|
||||||
data: [DONE]
|
data: [DONE]
|
||||||
@@ -208,23 +214,21 @@ interactions:
|
|||||||
|
|
||||||
'
|
'
|
||||||
headers:
|
headers:
|
||||||
CF-Cache-Status:
|
|
||||||
- DYNAMIC
|
|
||||||
CF-RAY:
|
CF-RAY:
|
||||||
- 91b46d924cddbfd3-ATL
|
- 91b48f35d9491395-ATL
|
||||||
Connection:
|
Connection:
|
||||||
- keep-alive
|
- keep-alive
|
||||||
Content-Type:
|
Content-Type:
|
||||||
- text/event-stream; charset=utf-8
|
- text/event-stream; charset=utf-8
|
||||||
Date:
|
Date:
|
||||||
- Tue, 04 Mar 2025 21:22:16 GMT
|
- Tue, 04 Mar 2025 21:45:14 GMT
|
||||||
Server:
|
Server:
|
||||||
- cloudflare
|
- cloudflare
|
||||||
Set-Cookie:
|
Set-Cookie:
|
||||||
- __cf_bm=F7fUn0NQ6obR5z7yRfG4NDsiz4734JdYBL1XXoSMgwY-1741123336-1.0.1.1-PtLdVVV.P_Sk8aQEhjJwQxwY1KxxqWvg6vX4JesN_ujo7ovftel612i2TUc2IWRTWo7Gq3CuXmb90WM4BDJeLzQHhjQ31C6Ad.k8sMniTUQ;
|
- __cf_bm=JskMKvbLbpukx.YzVElN9.2kFIzwXafZOqap7nRS6pg-1741124714-1.0.1.1-f3rFnmJ0WzDPiXwQ13yC_xetOWQ5yrFbV8lD.hpamhc07f7stkYKb6yPqkSskP8niFN0ECjikQkliSrlR0fMx2BWNpsX4RHOkHaedxHksY8;
|
||||||
path=/; expires=Tue, 04-Mar-25 21:52:16 GMT; domain=.api.openai.com; HttpOnly;
|
path=/; expires=Tue, 04-Mar-25 22:15:14 GMT; domain=.api.openai.com; HttpOnly;
|
||||||
Secure; SameSite=None
|
Secure; SameSite=None
|
||||||
- _cfuvid=7EnkKzwjnK9yuV1RASq5v0ZvGI9EUmCZO3d3omBO.84-1741123336392-0.0.1.1-604800000;
|
- _cfuvid=k6FRHOt0jtJWvFBjkSTYAd8v9L2L5VlqsSNrU5i.kAU-1741124714341-0.0.1.1-604800000;
|
||||||
path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None
|
path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None
|
||||||
Transfer-Encoding:
|
Transfer-Encoding:
|
||||||
- chunked
|
- chunked
|
||||||
@@ -234,10 +238,12 @@ interactions:
|
|||||||
- X-Request-ID
|
- X-Request-ID
|
||||||
alt-svc:
|
alt-svc:
|
||||||
- h3=":443"; ma=86400
|
- h3=":443"; ma=86400
|
||||||
|
cf-cache-status:
|
||||||
|
- DYNAMIC
|
||||||
openai-organization:
|
openai-organization:
|
||||||
- crewai-iuxna1
|
- crewai-iuxna1
|
||||||
openai-processing-ms:
|
openai-processing-ms:
|
||||||
- '254'
|
- '387'
|
||||||
openai-version:
|
openai-version:
|
||||||
- '2020-10-01'
|
- '2020-10-01'
|
||||||
strict-transport-security:
|
strict-transport-security:
|
||||||
@@ -255,7 +261,7 @@ interactions:
|
|||||||
x-ratelimit-reset-tokens:
|
x-ratelimit-reset-tokens:
|
||||||
- 0s
|
- 0s
|
||||||
x-request-id:
|
x-request-id:
|
||||||
- req_09bd623cf7ec65796df2cf7a2660b9dd
|
- req_fb740793ab8b1b119be40b8b9f3d8c55
|
||||||
status:
|
status:
|
||||||
code: 200
|
code: 200
|
||||||
message: OK
|
message: OK
|
||||||
@@ -279,7 +285,7 @@ interactions:
|
|||||||
MUST return the actual complete content as the final answer, not a summary.\n\nBegin!
|
MUST return the actual complete content as the final answer, not a summary.\n\nBegin!
|
||||||
This is VERY important to you, use the tools available and give your best Final
|
This is VERY important to you, use the tools available and give your best Final
|
||||||
Answer, your job depends on it!\n\nThought:"}, {"role": "assistant", "content":
|
Answer, your job depends on it!\n\nThought:"}, {"role": "assistant", "content":
|
||||||
"```\nThought: I need to calculate the product of the numbers 23 and 45.\nAction:
|
"Thought: I need to use the calculator tool to find the product of 23 and 45.\nAction:
|
||||||
calculator\nAction Input: {\"first_number\": 23, \"second_number\": 45}\nObservation:
|
calculator\nAction Input: {\"first_number\": 23, \"second_number\": 45}\nObservation:
|
||||||
1035"}], "model": "gpt-4o", "stop": ["\nObservation:"], "stream": true}'
|
1035"}], "model": "gpt-4o", "stop": ["\nObservation:"], "stream": true}'
|
||||||
headers:
|
headers:
|
||||||
@@ -290,12 +296,12 @@ interactions:
|
|||||||
connection:
|
connection:
|
||||||
- keep-alive
|
- keep-alive
|
||||||
content-length:
|
content-length:
|
||||||
- '1741'
|
- '1746'
|
||||||
content-type:
|
content-type:
|
||||||
- application/json
|
- application/json
|
||||||
cookie:
|
cookie:
|
||||||
- __cf_bm=F7fUn0NQ6obR5z7yRfG4NDsiz4734JdYBL1XXoSMgwY-1741123336-1.0.1.1-PtLdVVV.P_Sk8aQEhjJwQxwY1KxxqWvg6vX4JesN_ujo7ovftel612i2TUc2IWRTWo7Gq3CuXmb90WM4BDJeLzQHhjQ31C6Ad.k8sMniTUQ;
|
- __cf_bm=JskMKvbLbpukx.YzVElN9.2kFIzwXafZOqap7nRS6pg-1741124714-1.0.1.1-f3rFnmJ0WzDPiXwQ13yC_xetOWQ5yrFbV8lD.hpamhc07f7stkYKb6yPqkSskP8niFN0ECjikQkliSrlR0fMx2BWNpsX4RHOkHaedxHksY8;
|
||||||
_cfuvid=7EnkKzwjnK9yuV1RASq5v0ZvGI9EUmCZO3d3omBO.84-1741123336392-0.0.1.1-604800000
|
_cfuvid=k6FRHOt0jtJWvFBjkSTYAd8v9L2L5VlqsSNrU5i.kAU-1741124714341-0.0.1.1-604800000
|
||||||
host:
|
host:
|
||||||
- api.openai.com
|
- api.openai.com
|
||||||
user-agent:
|
user-agent:
|
||||||
@@ -324,75 +330,66 @@ interactions:
|
|||||||
uri: https://api.openai.com/v1/chat/completions
|
uri: https://api.openai.com/v1/chat/completions
|
||||||
response:
|
response:
|
||||||
body:
|
body:
|
||||||
string: 'data: {"id":"chatcmpl-B7U0PPVJWQnXPO7GAuwnFoJsuSdhE","object":"chat.completion.chunk","created":1741123337,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"logprobs":null,"finish_reason":null}]}
|
string: 'data: {"id":"chatcmpl-B7UMe35VjjxgvXpqu1MuuWJULHRL0","object":"chat.completion.chunk","created":1741124716,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"role":"assistant","content":"","refusal":null},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0PPVJWQnXPO7GAuwnFoJsuSdhE","object":"chat.completion.chunk","created":1741123337,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"``"},"logprobs":null,"finish_reason":null}]}
|
data: {"id":"chatcmpl-B7UMe35VjjxgvXpqu1MuuWJULHRL0","object":"chat.completion.chunk","created":1741124716,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"\n"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0PPVJWQnXPO7GAuwnFoJsuSdhE","object":"chat.completion.chunk","created":1741123337,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"`\n"},"logprobs":null,"finish_reason":null}]}
|
data: {"id":"chatcmpl-B7UMe35VjjxgvXpqu1MuuWJULHRL0","object":"chat.completion.chunk","created":1741124716,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"Thought"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0PPVJWQnXPO7GAuwnFoJsuSdhE","object":"chat.completion.chunk","created":1741123337,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"Thought"},"logprobs":null,"finish_reason":null}]}
|
data: {"id":"chatcmpl-B7UMe35VjjxgvXpqu1MuuWJULHRL0","object":"chat.completion.chunk","created":1741124716,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":":"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0PPVJWQnXPO7GAuwnFoJsuSdhE","object":"chat.completion.chunk","created":1741123337,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":":"},"logprobs":null,"finish_reason":null}]}
|
data: {"id":"chatcmpl-B7UMe35VjjxgvXpqu1MuuWJULHRL0","object":"chat.completion.chunk","created":1741124716,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0PPVJWQnXPO7GAuwnFoJsuSdhE","object":"chat.completion.chunk","created":1741123337,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
|
||||||
I"},"logprobs":null,"finish_reason":null}]}
|
I"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0PPVJWQnXPO7GAuwnFoJsuSdhE","object":"chat.completion.chunk","created":1741123337,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
data: {"id":"chatcmpl-B7UMe35VjjxgvXpqu1MuuWJULHRL0","object":"chat.completion.chunk","created":1741124716,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
now"},"logprobs":null,"finish_reason":null}]}
|
now"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0PPVJWQnXPO7GAuwnFoJsuSdhE","object":"chat.completion.chunk","created":1741123337,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
data: {"id":"chatcmpl-B7UMe35VjjxgvXpqu1MuuWJULHRL0","object":"chat.completion.chunk","created":1741124716,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
know"},"logprobs":null,"finish_reason":null}]}
|
know"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0PPVJWQnXPO7GAuwnFoJsuSdhE","object":"chat.completion.chunk","created":1741123337,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
data: {"id":"chatcmpl-B7UMe35VjjxgvXpqu1MuuWJULHRL0","object":"chat.completion.chunk","created":1741124716,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
the"},"logprobs":null,"finish_reason":null}]}
|
the"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0PPVJWQnXPO7GAuwnFoJsuSdhE","object":"chat.completion.chunk","created":1741123337,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
data: {"id":"chatcmpl-B7UMe35VjjxgvXpqu1MuuWJULHRL0","object":"chat.completion.chunk","created":1741124716,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
final"},"logprobs":null,"finish_reason":null}]}
|
final"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0PPVJWQnXPO7GAuwnFoJsuSdhE","object":"chat.completion.chunk","created":1741123337,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
data: {"id":"chatcmpl-B7UMe35VjjxgvXpqu1MuuWJULHRL0","object":"chat.completion.chunk","created":1741124716,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
answer"},"logprobs":null,"finish_reason":null}]}
|
answer"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0PPVJWQnXPO7GAuwnFoJsuSdhE","object":"chat.completion.chunk","created":1741123337,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"\n"},"logprobs":null,"finish_reason":null}]}
|
data: {"id":"chatcmpl-B7UMe35VjjxgvXpqu1MuuWJULHRL0","object":"chat.completion.chunk","created":1741124716,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"\n"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0PPVJWQnXPO7GAuwnFoJsuSdhE","object":"chat.completion.chunk","created":1741123337,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"Final"},"logprobs":null,"finish_reason":null}]}
|
data: {"id":"chatcmpl-B7UMe35VjjxgvXpqu1MuuWJULHRL0","object":"chat.completion.chunk","created":1741124716,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"Final"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0PPVJWQnXPO7GAuwnFoJsuSdhE","object":"chat.completion.chunk","created":1741123337,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
data: {"id":"chatcmpl-B7UMe35VjjxgvXpqu1MuuWJULHRL0","object":"chat.completion.chunk","created":1741124716,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
Answer"},"logprobs":null,"finish_reason":null}]}
|
Answer"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0PPVJWQnXPO7GAuwnFoJsuSdhE","object":"chat.completion.chunk","created":1741123337,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":":"},"logprobs":null,"finish_reason":null}]}
|
data: {"id":"chatcmpl-B7UMe35VjjxgvXpqu1MuuWJULHRL0","object":"chat.completion.chunk","created":1741124716,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":":"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0PPVJWQnXPO7GAuwnFoJsuSdhE","object":"chat.completion.chunk","created":1741123337,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
data: {"id":"chatcmpl-B7UMe35VjjxgvXpqu1MuuWJULHRL0","object":"chat.completion.chunk","created":1741124716,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"
|
||||||
"},"logprobs":null,"finish_reason":null}]}
|
"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0PPVJWQnXPO7GAuwnFoJsuSdhE","object":"chat.completion.chunk","created":1741123337,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"103"},"logprobs":null,"finish_reason":null}]}
|
data: {"id":"chatcmpl-B7UMe35VjjxgvXpqu1MuuWJULHRL0","object":"chat.completion.chunk","created":1741124716,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"103"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0PPVJWQnXPO7GAuwnFoJsuSdhE","object":"chat.completion.chunk","created":1741123337,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"5"},"logprobs":null,"finish_reason":null}]}
|
data: {"id":"chatcmpl-B7UMe35VjjxgvXpqu1MuuWJULHRL0","object":"chat.completion.chunk","created":1741124716,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"5"},"logprobs":null,"finish_reason":null}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0PPVJWQnXPO7GAuwnFoJsuSdhE","object":"chat.completion.chunk","created":1741123337,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"\n"},"logprobs":null,"finish_reason":null}]}
|
data: {"id":"chatcmpl-B7UMe35VjjxgvXpqu1MuuWJULHRL0","object":"chat.completion.chunk","created":1741124716,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}]}
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0PPVJWQnXPO7GAuwnFoJsuSdhE","object":"chat.completion.chunk","created":1741123337,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{"content":"```"},"logprobs":null,"finish_reason":null}]}
|
|
||||||
|
|
||||||
|
|
||||||
data: {"id":"chatcmpl-B7U0PPVJWQnXPO7GAuwnFoJsuSdhE","object":"chat.completion.chunk","created":1741123337,"model":"gpt-4o-2024-08-06","service_tier":"default","system_fingerprint":"fp_fc9f1d7035","choices":[{"index":0,"delta":{},"logprobs":null,"finish_reason":"stop"}]}
|
|
||||||
|
|
||||||
|
|
||||||
data: [DONE]
|
data: [DONE]
|
||||||
@@ -403,13 +400,13 @@ interactions:
|
|||||||
CF-Cache-Status:
|
CF-Cache-Status:
|
||||||
- DYNAMIC
|
- DYNAMIC
|
||||||
CF-RAY:
|
CF-RAY:
|
||||||
- 91b46d96eb0cbfd3-ATL
|
- 91b48f47497d1395-ATL
|
||||||
Connection:
|
Connection:
|
||||||
- keep-alive
|
- keep-alive
|
||||||
Content-Type:
|
Content-Type:
|
||||||
- text/event-stream; charset=utf-8
|
- text/event-stream; charset=utf-8
|
||||||
Date:
|
Date:
|
||||||
- Tue, 04 Mar 2025 21:22:17 GMT
|
- Tue, 04 Mar 2025 21:45:17 GMT
|
||||||
Server:
|
Server:
|
||||||
- cloudflare
|
- cloudflare
|
||||||
Transfer-Encoding:
|
Transfer-Encoding:
|
||||||
@@ -423,7 +420,7 @@ interactions:
|
|||||||
openai-organization:
|
openai-organization:
|
||||||
- crewai-iuxna1
|
- crewai-iuxna1
|
||||||
openai-processing-ms:
|
openai-processing-ms:
|
||||||
- '354'
|
- '259'
|
||||||
openai-version:
|
openai-version:
|
||||||
- '2020-10-01'
|
- '2020-10-01'
|
||||||
strict-transport-security:
|
strict-transport-security:
|
||||||
@@ -435,13 +432,13 @@ interactions:
|
|||||||
x-ratelimit-remaining-requests:
|
x-ratelimit-remaining-requests:
|
||||||
- '9999'
|
- '9999'
|
||||||
x-ratelimit-remaining-tokens:
|
x-ratelimit-remaining-tokens:
|
||||||
- '29999601'
|
- '29999598'
|
||||||
x-ratelimit-reset-requests:
|
x-ratelimit-reset-requests:
|
||||||
- 6ms
|
- 6ms
|
||||||
x-ratelimit-reset-tokens:
|
x-ratelimit-reset-tokens:
|
||||||
- 0s
|
- 0s
|
||||||
x-request-id:
|
x-request-id:
|
||||||
- req_a82135226825dc2a54d9052696003713
|
- req_570a64da47845f3a6dd7dbf7f78ffcfc
|
||||||
status:
|
status:
|
||||||
code: 200
|
code: 200
|
||||||
message: OK
|
message: OK
|
||||||
|
|||||||
Reference in New Issue
Block a user