fromPrompt

open fun fromPrompt(prompt: String): T

Create an object of the desired type using the given prompt and LLM options from context (process context or implementing class). Prompts are typically created within the scope of an


open fun fromPrompt(prompt: String, interactionId: String?): T