Type alias LLMObsPromptAuthoringItem

LLMObsPromptAuthoringItem: LLMObsPromptChatMessage | LLMObsPromptIncludeItem | UnparsedObject

A chat message or a reference to a specific version of another prompt. A chat message must not contain an include field; the API rejects items that combine both forms.

Generated using TypeDoc