promptExecutor
Sets the prompt executor for the GraphServiceBuilder. The prompt executor is responsible for handling the interaction with the language model based on the provided prompts and configurations.
Return
The updated instance of GraphServiceBuilder with the prompt executor set.
Parameters
promptExecutor
An instance of PromptExecutor that will handle the prompt execution logic.