While making the LLM call from spring ai, with full prompt(system and user prompt) passed via .user(fullPrompt) facing issue like,
INVALID_ARGUMENT: Unable to submit request because it must include at least one parts field, which describes the prompt input.
This occurs because the payload for API end point is not constructed and passed properly.