You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"simple_prompt"=>[newPromptMessage{Role=Role.User,Content=newContent{Type="text",Text="This is a simple prompt without arguments"}}],
32
-
"complex_prompt"=>[
33
-
newPromptMessage{Role=Role.User,Content=newContent{Type="text",Text=$"This is a complex prompt with arguments: temperature={args.Params?.Arguments?["temperature"]}, style={args.Params?.Arguments?["style"]}"}},
34
-
newPromptMessage{Role=Role.Assistant,Content=newContent{Type="text",Text="I understand. You've provided a complex prompt with temperature and style arguments. How would you like me to proceed?"}},
"simple_prompt"=>[newPromptMessage{Role=Role.User,Content=newContent{Type="text",Text="This is a simple prompt without arguments"}}],
32
+
"complex_prompt"=>[
33
+
newPromptMessage{Role=Role.User,Content=newContent{Type="text",Text=$"This is a complex prompt with arguments: temperature={args.Params?.Arguments?["temperature"]}, style={args.Params?.Arguments?["style"]}"}},
34
+
newPromptMessage{Role=Role.Assistant,Content=newContent{Type="text",Text="I understand. You've provided a complex prompt with temperature and style arguments. How would you like me to proceed?"}},
0 commit comments