Which prompt executing settings to use for agent? #12280
Replies: 1 comment
-
Hi @HuskyDanny, one clarifying question when you say:
Both In the red block of code, you are setting the temp to 0, which tells the model is should attempt to be more focused/deterministic in its responses. In your yellow higlighted code, you're getting a fresh instance of the prompt execution settings, with only the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
For the example below, I noticed the red way to have the execution settings make llm more reluctant to use tools, even if I set to Required. For example, a workflow involves calling A then B, llm in this settings will just call A and return incomplete results.
But If I go with the yellow one, even it is Auto, it is consistent to call the A and B.
I am using the same model and the only changes are the in the highlights, any ideas?

Beta Was this translation helpful? Give feedback.
All reactions