Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: update user field names for clarity in output
  • Loading branch information
ckpearson committed May 27, 2025
commit eedfbc380f311777027867669d83f550e55da53d
4 changes: 2 additions & 2 deletions dotnet-sdk/AGUIDotnet/Agent/ChatClientAgent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -331,11 +331,11 @@ You are an expert at extracting context from a provided system message.
<output>
[
{
"name": "user_name",
"name": "The name of the user,
"value": "John Doe"
},
{
"name": "user_age",
"name": "The user's age",
"value": "30"
}
]
Expand Down