This commit is contained in:
marko-kraemer 2024-10-23 04:35:18 +02:00
parent f4ec78a696
commit 43fedf9460
6 changed files with 0 additions and 6 deletions

View File

@ -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.'"}]}

View File

@ -1 +0,0 @@
Hello, world!

View File

@ -1 +0,0 @@
Just a random thought.

View File

@ -1 +0,0 @@
The sun is shining today.

View File

@ -1 +0,0 @@
Cats are mysterious creatures.

View File

@ -1 +0,0 @@
I need a coffee break.