Skip to content

Force SK to make LLM call #8704

Answered by RogerBarreto
jsbeckham asked this question in Q&A
Discussion options

You must be logged in to vote

This is interesting, seems that when you make your second call your are reusing the chathistory from the first.
When you reuse the chathistory it also contains in it, the last response from that function and the model may think that the last response is actually valid for further calls, my suggesting if that's the case, is to remove from chat history, any messages there are related to previous function call responses and see if the model will enforce a second call.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by RogerBarreto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants