Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Conversation
thoughtful_gpt:create_conversation
Create a new conversation with optional initial message and configuration.
Write
Medium risk
Delete Conversation
thoughtful_gpt:delete_conversation
Permanently delete a conversation and all its messages.
Write
High risk
Generate Completion
thoughtful_gpt:generate_completion
Generate a text completion for a given prompt without conversation context.
Write
Medium risk
Get Conversation
thoughtful_gpt:get_conversation
Fetch a single conversation by ID with all messages and metadata.
Read
Low risk
Get Message
thoughtful_gpt:get_message
Fetch a specific message from a conversation by ID.
Read
Low risk
Get Model
thoughtful_gpt:get_model
Get detailed information about a specific AI model.
Read
Low risk
List Conversations
thoughtful_gpt:list_conversations
List conversations with optional filtering and pagination.
Read
Low risk
List Messages
thoughtful_gpt:list_messages
List messages from a conversation with optional filtering and pagination.
Read
Low risk
List Models
thoughtful_gpt:list_models
List available AI models with optional filtering.
Read
Low risk
Send Message
thoughtful_gpt:send_message
Send a message to a conversation and get AI response.
Write
Medium risk
Update Conversation
thoughtful_gpt:update_conversation
Update an existing conversation's settings and metadata.
Write
Medium risk