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

Announcements

News and Announcements icon
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
    Microsoft Employee 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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Copilot Studio

#1
Valantis Profile Picture

Valantis 168

#2
Romain The Low-Code Bearded Bear Profile Picture

Romain The Low-Code... 130 Super User 2026 Season 1

#3
Arild Aarnes Profile Picture

Arild Aarnes 56 Super User 2026 Season 1

Last 30 days Overall leaderboard