HTTP outcalls to LLMs

I have not tried this yet but want to be certain if this even makes sense. If my canister makes LLM Http calls and assume this is from a mutate method. The response I get will be agreed upon my the consensus layer as a result of the HTTP call correct? If so, where can I read about how this consensus is achieved. Because potentially every response from the LLM for the request could be slightly different. So for any kind of consensus every node will have to broadcast its response to every other node so they can agree on what the result ought to be. Correct? Where can I read about this? Thanks

Answer from our docs chatbot:

Most interesting to you is probably the outcalls documentation. And I suggest you read up on what an ‘idempotency key’ is and/or use something like this