web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Copilot Studio / How to send Var like A...
Copilot Studio
Unanswered

How to send Var like Activity.Text in JSON content along with my prompt

(0) ShareShare
ReportReport
Posted on by 18

I need use My own LLM to answer user's question. And I don't like get response via Power automate HTTP Action, cause 2min timeout limit.

So I plan to use HTTP POST in topic to get my own LLM(fine-tuned) response and answer user's question.
My question is How to send Var like Activity.Text in JSON content along with my prompt

 

{
"messages": [
{
"role": "system",
"content": "My sys prompt." #my sys prompt string
},
{
"role": "user",
"content": "Var in Copilot studio" # here, I need Var like Activity.Text. how to do that?
},
{
"role": "assistant",
"content": ""
}
],
"max_tokens": 1500,
"temperature": 0.2,
"frequency_penalty": 0,
"presence_penalty": 0,
"top_p": 0.95,
"stop": null
}

 

 

 

and I try to use the following FX 

 

{
messages: [
{
role: "system",
content: "prompt string."
},
{
role: "user",
content: "Topic.UserPrompt"
},
{
role: "assistant",
content: Topic.UserPrompt
}
],
max_tokens: 1500,
temperature: 0.2,
frequency_penalty: 0,
presence_penalty: 0,
top_p: 0.95,
stop:
}

 

and got:
Unexpected characters. Characters are used in the formula in an unexpected way.
Unexpected characters. The formula contains 'Eof' where 'CurlyClose' is expected.

 

I have the same question (0)
  • adilei Profile Picture
    on at

    The "stop" key is missing a value. You can even use an empty value, just assign something.

     

    adilei_0-1711011576248.png

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Copilot Studio

#1
Valantis Profile Picture

Valantis 330

#2
chiaraalina Profile Picture

chiaraalina 124

#3
Romain The Low-Code Bearded Bear Profile Picture

Romain The Low-Code... 102 Super User 2025 Season 2

Last 30 days Overall leaderboard