POST /attempt/chat_get
Chat Get
Get hydrated resources for chat bundle customization.
Request Body (GetChatRequest)
Response (GetChatResponse)
| Field | Type | Required | Description |
|---|---|---|---|
actor_name | string | No | Display name of the authenticated user |
chat_exists | boolean | No | Whether the chat template exists |
can_edit | boolean | No | Whether the current user can edit this draft |
disabled_reason | string | No | Human-readable reason if editing is disabled |
group_id | string | No | Group ID for generation and draft correlation |
show_ai_generate | boolean | No | Whether AI generation is available |
profile_has_access | boolean | No | Compatibility flag for current chat pages |
simulation_name | string | No | Optional simulation name for UI display |
chat_entry_id | string | No | Chat entry ID |
attempt_id | string | No | Attempt ID |
names | ChatNameResource[] | No | — |
descriptions | ChatDescriptionResource[] | No | — |
flags | ChatFlagResource[] | No | — |
departments | ChatDepartmentResource[] | No | — |
personas | ChatPersonaResource[] | No | — |
documents | ChatDocumentResource[] | No | — |
parameter_fields | ChatParameterFieldResource[] | No | — |
scenarios | ChatScenarioResource[] | No | — |
fields | ChatFieldResource[] | No | — |
questions | ChatQuestionResource[] | No | — |
options | ChatOptionResource[] | No | — |
videos | ChatVideoResource[] | No | — |
images | ChatImageResource[] | No | — |
problem_statements | ChatProblemStatementResource[] | No | — |
objectives | ChatObjectiveResource[] | No | — |
name_ids | string[] | No | — |
description_ids | string[] | No | — |
flag_ids | string[] | No | — |
department_ids | string[] | No | — |
persona_ids | string[] | No | — |
document_ids | string[] | No | — |
parameter_field_ids | string[] | No | — |
scenario_ids | string[] | No | — |
field_ids | string[] | No | — |
question_ids | string[] | No | — |
option_ids | string[] | No | — |
video_ids | string[] | No | — |
image_ids | string[] | No | — |
problem_statement_ids | string[] | No | — |
objective_ids | string[] | No | — |
Last updated on