If you have ever tried using a custom-llm in vapi, you have seen that each time vapi calls the llm model it sends all the messages in the conversation inside the request, so if in the first message (a system message) you included information about the time the call started or anything else like information about the exact customer that is called (matched by the phone number) etc, the llm chat completion would be generated with this information as part of it's prompt