8 ms·
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.
by jasonriddle 1y 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?
- imsh4yy 1y agoSo far I've been hardcoding these into the API calls.
- jasonriddle 1y agoSure, 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?
- imsh4yy 1y agoYes, temp is close to 0 for most models. For top k and top p, I've been using the default values set in OpenRouter.