mirror of https://github.com/kortix-ai/suna.git
wip
This commit is contained in:
parent
f4ec78a696
commit
43fedf9460
|
@ -1 +0,0 @@
|
|||
{"messages": [{"role": "user", "content": "Please create a file with a random name with the content 'Hello, world!'"}, {"role": "assistant", "content": "", "tool_calls": [{"id": "call_LrpqDpdP8UafIckpvhTW0H10", "type": "function", "function": {"name": "create_file", "arguments": "{\"file_path\":\"random_file_1.txt\",\"content\":\"Hello, world!\"}"}}]}, {"role": "tool", "tool_call_id": "call_LrpqDpdP8UafIckpvhTW0H10", "name": "create_file", "content": "ToolResult(success=True, output=\"File 'random_file_1.txt' created successfully.\")"}, {"role": "user", "content": "CREATE MORE RANDOM FILES WITH RANDOM CONTENTS. JSUT CREATE IT \u2013 NO QUESTINS PLEASE.'"}, {"role": "assistant", "content": "", "tool_calls": [{"id": "call_sruiDgSwey2uNhvUbX7OXCi6", "type": "function", "function": {"name": "create_file", "arguments": "{\"file_path\": \"random_file_2.txt\", \"content\": \"Just a random thought.\"}"}}, {"id": "call_lqyuH5X0BzCxEcj4xNlcddLH", "type": "function", "function": {"name": "create_file", "arguments": "{\"file_path\": \"random_file_3.txt\", \"content\": \"The sun is shining today.\"}"}}, {"id": "call_lH7I75cT5ETS1utZyBbY8qMh", "type": "function", "function": {"name": "create_file", "arguments": "{\"file_path\": \"random_file_4.txt\", \"content\": \"Cats are mysterious creatures.\"}"}}, {"id": "call_g9sJCBYMP76EYkI0RcPukMFO", "type": "function", "function": {"name": "create_file", "arguments": "{\"file_path\": \"random_file_5.txt\", \"content\": \"I need a coffee break.\"}"}}]}, {"role": "tool", "tool_call_id": "call_sruiDgSwey2uNhvUbX7OXCi6", "name": "create_file", "content": "ToolResult(success=True, output=\"File 'random_file_2.txt' created successfully.\")"}, {"role": "tool", "tool_call_id": "call_lqyuH5X0BzCxEcj4xNlcddLH", "name": "create_file", "content": "ToolResult(success=True, output=\"File 'random_file_3.txt' created successfully.\")"}, {"role": "tool", "tool_call_id": "call_lH7I75cT5ETS1utZyBbY8qMh", "name": "create_file", "content": "ToolResult(success=True, output=\"File 'random_file_4.txt' created successfully.\")"}, {"role": "tool", "tool_call_id": "call_g9sJCBYMP76EYkI0RcPukMFO", "name": "create_file", "content": "ToolResult(success=True, output=\"File 'random_file_5.txt' created successfully.\")"}, {"role": "user", "content": "CREATE MORE RANDOM FILES WITH RANDOM CONTENTS. JSUT CREATE IT \u2013 NO QUESTINS PLEASE.'"}]}
|
|
@ -1 +0,0 @@
|
|||
Hello, world!
|
|
@ -1 +0,0 @@
|
|||
Just a random thought.
|
|
@ -1 +0,0 @@
|
|||
The sun is shining today.
|
|
@ -1 +0,0 @@
|
|||
Cats are mysterious creatures.
|
|
@ -1 +0,0 @@
|
|||
I need a coffee break.
|
Loading…
Reference in New Issue