Remove unnessecary messages from 19 and 19b examples

This commit is contained in:
Mark Backman
2025-08-13 11:04:48 -04:00
parent 901b6b5913
commit 4c4bae2db6
2 changed files with 0 additions and 21 deletions

View File

@@ -165,16 +165,6 @@ Remember, your responses should be short. Just one or two sentences, usually."""
# openai WebSocket API can understand.
context = OpenAILLMContext(
[{"role": "user", "content": "Say hello!"}],
# [{"role": "user", "content": [{"type": "text", "text": "Say hello!"}]}],
# [
# {
# "role": "user",
# "content": [
# {"type": "text", "text": "Say"},
# {"type": "text", "text": "yo what's up!"},
# ],
# }
# ],
tools,
)