OptionalcontextA list of variable key names that contain ground truth context information.
OptionalidThe id of the prompt set by the user. Should be unique per mlApp.
OptionalqueryA list of variable key names that contains query information
OptionaltagsList of tags to add to the prompt run.
OptionaltemplateA template string or chat message template list.
OptionalvariablesAn object of string key-value pairs that will be used to render the prompt
OptionalversionVersion of the prompt
A Prompt object that represents the prompt template used for an LLM call. Used to power LLM Observability prompts and hallucination evaluations.