top | item 44920538

(no title)

jasonriddle | 6 months ago

When you say "same output" in

> Every subagent call should be like calling a pure function. Same input, same output. No shared memory. No conversation history. No state.

How are you setting temperature, top k, top p, etc?

discuss

order

imsh4yy|6 months ago

So far I've been hardcoding these into the API calls.

jasonriddle|6 months ago

Sure, but to clarify, so you are probably setting temperature to close to 0 in order to try to get as consistent output as possible based on the input? Have you made any changes to top k and/or top p that you have found makes agents output more consistent/deterministic?