Magidoc

AiPrompt
Object

A GraphQL type representing an AI Prompt, which serves as a structured input for generating AI responses or interactions.

Fields

#

_createdBy

Reference to auditor by whom AI Prompt is created

_createdDateTime

Created date time

_id

ID !
Non-null

AI Prompt id

_kind

ID !
Non-null

Kind of API resource, always is 'AIPrompt'

_updatedBy

Reference to auditor by whom AI Prompt is updated

_updatedDateTime

Updated date time

context

List of AI Prompt contexts

description

AI Prompt description

global

Flag to indicate if AI Prompt is global or not. If true then AI Prompt is available for all tenants and it is not modifiable, if false then AI Prompt belongs to tenant

name

Non-null

AI Prompt name

owner

Reference to user who own this AI Prompt

Interfaces

#

Also implements APIResource .

Usages

#

References

#