Ask Gamemaster
POST /api/creative/gamemaster/chat
POST
/api/creative/gamemaster/chat
Ask the GameMaster a freeform question about TTRPG mechanics.
The GameMaster can answer questions about rulesets, stat blocks, game balance, ability design, and general game design advice.
Request Body required
Section titled “Request Body required ” GameMasterChatRequest
Freeform chat request to the GameMaster agent.
object
message
required
Message
string
conversationHistory
Conversationhistory
Array<object>
ChatTurnA single turn in a conversation history.
object
role
required
Role
string
content
required
Content
string
context
Any of:
AgentChatContext
Ambient author context attached to a freeform agent request.
null
Responses
Section titled “ Responses ”Successful Response
GameMasterChatResponse
Response from GameMaster freeform chat.
object
response
required
Response
string
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context