sessions improved, v0.7.0

This commit is contained in:
serversdwn
2025-12-21 15:50:52 -05:00
parent 01d4811717
commit b4613ac30c
7 changed files with 424 additions and 41 deletions

View File

@@ -0,0 +1,3 @@
{
"name": "My Coding Session"
}

View File

@@ -0,0 +1,18 @@
[
{
"role": "user",
"content": "Hello! this is a new test session. Do you know who i am?"
},
{
"role": "assistant",
"content": "Hi! In this session, I don't have information about your previous interactions. You can tell me who you are or any other details you'd like to share. How can I assist you today?"
},
{
"role": "user",
"content": "sure im brian! i am designing you... you are a robot!"
},
{
"role": "assistant",
"content": "Hello Brian! Nice to meet you. As an AI, I don't have physical design capabilities, but I'm here to help with any information or tasks you need. How can I assist you in your design process?"
}
]

View File

@@ -0,0 +1 @@
{}

View File

@@ -0,0 +1 @@
{"name":"Session 2"}