Skip to content

chore: 🐝 Update SDK - Generate 1.1.4 - #40

Merged
rodnnnney merged 2 commits into
mainfrom
speakeasy-sdk-regen-1787612810
Aug 24, 2026
Merged

chore: 🐝 Update SDK - Generate 1.1.4#40
rodnnnney merged 2 commits into
mainfrom
speakeasy-sdk-regen-1787612810

Conversation

@rodnnnney

Copy link
Copy Markdown
Collaborator

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Python SDK Changes:

  • textql.chats.query_one_shot():
    • request Changed (Breaking ⚠️)
    • response.cells[].union(subagent_cell) Added (Breaking ⚠️)
  • textql.rbac.update_role():
    • request Changed (Breaking ⚠️)
    • response.role Changed (Breaking ⚠️)
  • textql.chats.attach_agent(): request Changed (Breaking ⚠️)
  • textql.chats.attach_app():
    • request Changed (Breaking ⚠️)
    • response.cell.union(subagent_cell) Added (Breaking ⚠️)
  • textql.chats.attach_dashboard():
    • request Changed (Breaking ⚠️)
    • response.cell.union(subagent_cell) Added (Breaking ⚠️)
  • textql.rbac.who_am_i(): response.roles[] Changed (Breaking ⚠️)
  • textql.chats.attach_dataset():
    • request Changed (Breaking ⚠️)
    • response.cell.union(subagent_cell) Added (Breaking ⚠️)
  • textql.chats.bookmark(): request.chat_id Changed (Breaking ⚠️)
  • textql.chats.cancel_stream(): request.chat_id Changed (Breaking ⚠️)
  • textql.chats.check_permissions(): request.chat_id Changed (Breaking ⚠️)
  • textql.chats.check_streamlit_health():
    • request Changed (Breaking ⚠️)
    • response.cell.union(subagent_cell) Added (Breaking ⚠️)
  • textql.chats.create_chat(): request Changed (Breaking ⚠️)
  • textql.chats.approve_context_prompt_change(): request Changed (Breaking ⚠️)
  • textql.chats.dismiss_questions(): request.cell_id Changed (Breaking ⚠️)
  • textql.chats.duplicate_chat(): request.chat_id Changed (Breaking ⚠️)
  • textql.chats.get_api_answer(): request.chat_id Changed (Breaking ⚠️)
  • textql.chats.get_artifact(): request Changed (Breaking ⚠️)
  • textql.chats.get(): request.chat_id Changed (Breaking ⚠️)
  • textql.chats.get_artifacts_summary(): request.chat_id Changed (Breaking ⚠️)
  • textql.chats.get_chat_execution_timing(): request.chat_id Changed (Breaking ⚠️)
  • textql.chats.get_history():
    • request.chat_id Changed (Breaking ⚠️)
    • response.cells[].union(subagent_cell) Added (Breaking ⚠️)
  • textql.chats.get_completion_parameters(): request Changed (Breaking ⚠️)
  • textql.chats.get_completion_parameters_batch(): request.chat_id Changed (Breaking ⚠️)
  • textql.chats.get_llm_usage(): request.chat_id Changed (Breaking ⚠️)
  • textql.chats.approve_ontology_change(): request.cell_id Changed (Breaking ⚠️)
  • textql.chats.get_playbook_chats(): request.playbook_id Changed (Breaking ⚠️)
  • textql.chats.delete(): request.chat_id Changed (Breaking ⚠️)
  • textql.chats.rate_cell(): request Changed (Breaking ⚠️)
  • textql.chats.reject_context_prompt_change(): request.cell_id Changed (Breaking ⚠️)
  • textql.chats.reject_ontology_change(): request.cell_id Changed (Breaking ⚠️)
  • textql.chats.run():
    • request.chat_id Changed (Breaking ⚠️)
    • response.cells[].union(subagent_cell) Added (Breaking ⚠️)
  • textql.chats.send(): request Changed (Breaking ⚠️)
  • textql.chats.submit_context_prompt_change(): request Changed (Breaking ⚠️)
  • textql.chats.submit_questions(): request.cell_id Changed (Breaking ⚠️)
  • textql.chats.unbookmark(): request.chat_id Changed (Breaking ⚠️)
  • textql.chats.update(): request.chat_id Changed (Breaking ⚠️)
  • textql.observability.get_check_record_fix(): response.fix_patch_cell.union(subagent_cell) Added (Breaking ⚠️)
  • textql.observability.get_thread_warnings(): response.warnings_by_chat.Map<textql.rpc.public.observe.ThreadWarningList>.warnings[].fix_patch_cell.union(subagent_cell) Added (Breaking ⚠️)
  • textql.rbac.create_role(): response.role Changed (Breaking ⚠️)
  • textql.rbac.get_current_member_roles_and_permissions(): response.roles[] Changed (Breaking ⚠️)
  • textql.rbac.get_member_roles(): response.member_roles.Map<textql.rpc.public.rbac.MemberRoles>.roles[] Changed (Breaking ⚠️)
  • textql.rbac.get_role(): response.role Changed (Breaking ⚠️)
  • textql.rbac.list_roles(): response.roles[] Changed (Breaking ⚠️)
  • textql.chats.poll_events():
    • request.chat_id Changed (Breaking ⚠️)
    • response.events[].union(cell).cell.union(subagent_cell) Added (Breaking ⚠️)
  • textql.settings.update_model_settings(): Added
  • textql.agents.create():
    • request Changed
    • response.agent Changed
  • textql.agents.duplicate(): response.agent Changed
  • textql.agents.get_agent(): response.agent Changed
  • textql.agents.list(): response.agents[] Changed
  • textql.agents.update():
    • request Changed
    • response.agent Changed
  • textql.settings.get(): response.organization Changed
  • textql.settings.update():
    • request Changed
    • response.organization Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (14063:3)
│ ├─┬/textql.rpc.public.app.AppService/AppHeartbeat
│ │ └─┬POST
│ │   ├──[🔀] summary (496:16)
│ │   └──[-] description (497:20)
│ ├─┬/textql.rpc.public.app.AppService/MoveAppToFolder
│ │ └─┬POST
│ │   ├──[🔀] summary (1105:16)
│ │   └──[-] description (1108:20)
│ ├─┬/textql.rpc.public.app.AppService/RecordAppMemberActivity
│ │ └─┬POST
│ │   ├──[🔀] summary (1184:16)
│ │   └──[-] description (1184:20)
│ ├─┬/textql.rpc.public.app.AppService/ListAppVersions
│ │ └─┬POST
│ │   ├──[🔀] summary (990:16)
│ │   └──[🔀] description (991:20)
│ ├─┬/textql.rpc.public.app.AppService/GetAppDBSchema
│ │ └─┬POST
│ │   ├──[🔀] summary (685:16)
│ │   └──[🔀] description (686:20)
│ ├─┬/textql.rpc.public.app.AppService/GetAppVersion
│ │ └─┬POST
│ │   ├──[🔀] summary (799:16)
│ │   └──[🔀] description (800:20)
│ ├─┬/textql.rpc.public.app.AppService/GetAppViewStats
│ │ └─┬POST
│ │   ├──[🔀] summary (837:16)
│ │   └──[🔀] description (838:20)
│ ├─┬/textql.rpc.public.app.AppService/ListAppActivitySince
│ │ └─┬POST
│ │   ├──[🔀] summary (949:16)
│ │   └──[🔀] description (950:20)
│ ├─┬/textql.rpc.public.app.AppService/GetAppDBTablePreview
│ │ └─┬POST
│ │   ├──[🔀] summary (723:16)
│ │   └──[🔀] description (724:20)
│ ├─┬/textql.rpc.public.app.AppService/PresenceHeartbeat
│ │ └─┬POST
│ │   ├──[🔀] summary (1142:16)
│ │   └──[🔀] description (1143:20)
│ ├─┬/textql.rpc.public.app.AppService/ListMyAppMemberActivity
│ │ └─┬POST
│ │   ├──[🔀] summary (1065:16)
│ │   └──[🔀] description (1066:20)
│ ├─┬/textql.rpc.public.app.AppService/GetAppMemberState
│ │ └─┬POST
│ │   ├──[🔀] summary (761:16)
│ │   └──[+] description (762:20)
│ ├─┬/textql.rpc.public.app.AppService/RestoreAppVersion
│ │ └─┬POST
│ │   ├──[🔀] summary (1259:16)
│ │   └──[+] description (1260:20)
│ ├─┬/textql.rpc.public.app.AppService/SetFavorite
│ │ └─┬POST
│ │   ├──[🔀] summary (1334:16)
│ │   └──[🔀] description (1335:20)
│ └─┬/textql.rpc.public.app.AppService/RefreshApp
│   └─┬POST
│     ├──[🔀] summary (1221:16)
│     └──[🔀] description (1222:20)
└─┬Components
  ├──[-] schemas (15335:7)❌ 
  ├──[+] schemas (21435:7)
  ├──[+] schemas (39140:7)
  ├──[+] schemas (21489:7)
  ├──[+] schemas (39107:7)
  ├─┬textql.rpc.public.connector.TrinoMetadata
  │ ├─┬accessToken
  │ │ └──[+] description (26733:24)
  │ └─┬sslMode
  │   └──[+] description (26729:24)
  ├─┬textql.rpc.public.settings.UpdateOrganizationSettingsRequest
  │ ├──[+] properties (39188:9)
  │ ├──[+] properties (39191:9)
  │ ├──[+] properties (39204:9)
  │ ├──[+] properties (39194:9)
  │ ├──[+] properties (39199:9)
  │ ├──[+] properties (39255:9)
  │ ├─┬orgId
  │ │ └──[🔀] $ref (15290:13)❌ 
  │ ├─┬defaultParadigmMode
  │ │ └──[🔀] $ref (15290:13)❌ 
  │ ├─┬sharingDisabled
  │ │ └──[🔀] $ref (39151:11)❌ 
  │ ├─┬paradigmParams
  │ │ └──[🔀] $ref (15290:13)❌ 
  │ ├─┬hideExampleConnectors
  │ │ └──[🔀] $ref (39195:11)❌ 
  │ ├─┬defaultConnectorIds
  │ │ └──[🔀] $ref (15290:13)❌ 
  │ ├─┬feedEnabled
  │ │ └──[🔀] $ref (23624:13)❌ 
  │ ├─┬spendTransparencyEnabled
  │ │ └──[🔀] $ref (16175:13)❌ 
  │ ├─┬hideApiConnectors
  │ │ └──[🔀] $ref (16271:13)❌ 
  │ ├─┬defaultMethodology
  │ │ └──[🔀] $ref (39168:11)❌ 
  │ ├─┬fastModeEnabled
  │ │ └──[🔀] $ref (23693:13)❌ 
  │ ├─┬contextV3Enabled
  │ │ └──[🔀] $ref (39189:11)❌ 
  │ ├─┬toolRestrictions
  │ │ └──[🔀] $ref (39200:11)❌ 
  │ └─┬dashboardsEnabled
  │   └──[🔀] $ref (39192:11)❌ 
  ├─┬textql.rpc.public.chat.GetAPIChatAnswerRequest
  │ └──[+] required (23078:11)❌ 
  ├─┬textql.rpc.public.cells.CitationLineageNode
  │ ├─┬inputCellIds
  │ │ └──[+] description (19039:24)
  │ ├─┬tables
  │ │ └──[+] description (19033:24)
  │ ├─┬connectorId
  │ │ └──[+] description (19026:24)
  │ ├─┬dataframeName
  │ │ └──[+] description (19020:24)
  │ └─┬kind
  │   └──[+] description (19016:24)
  ├─┬textql.rpc.public.connector.AzureSynapseMetadata
  │ └─┬tenantId
  │   └──[-] description (24137:24)
  ├─┬textql.rpc.public.chat.SubmitQuestionsRequest
  │ └──[+] required (24006:11)❌ 
  ├─┬textql.rpc.public.connector.ConnectorStatEntry
  │ ├──[+] description (25194:20)
  │ ├─┬tableCount
  │ │ └──[-] description (24919:24)
  │ ├─┬queryCount
  │ │ └──[🔀] description (25170:24)
  │ ├─┬errorRate
  │ │ └──[-] description (24898:24)
  │ ├─┬connectorId
  │ │ └──[+] description (25163:24)
  │ ├─┬uniqueUsers
  │ │ └──[-] description (24910:24)
  │ └─┬avgQueryTimeMs
  │   └──[-] description (24905:24)
  ├─┬textql.rpc.public.chat.GetCompletionParametersBatchRequest
  │ └──[+] required (23379:11)❌ 
  ├─┬textql.rpc.public.rbac.Role
  │ ├──[+] properties (37075:9)
  │ ├──[-] properties (36811:9)❌ 
  │ ├──[+] properties (37080:9)
  │ └──[-] properties (36806:9)❌ 
  ├─┬textql.rpc.public.connector.ConnectorTable
  │ ├─┬tableSchema
  │ │ └──[-] description (24932:24)
  │ └─┬tableDatabase
  │   └──[-] description (24928:24)
  ├─┬textql.rpc.public.chat.PollChatEventsRequest
  │ └──[+] required (23720:11)❌ 
  ├─┬textql.rpc.public.connector.ListQueryTemplatesResponse
  │ └─┬templates
  │   └──[+] description (26011:24)
  ├─┬textql.rpc.public.chat.GetChatExecutionTimingRequest
  │ └──[+] required (23182:11)❌ 
  ├─┬textql.rpc.public.chat.RateChatCellRequest
  │ ├──[+] required (23801:11)❌ 
  │ ├──[+] required (23802:11)❌ 
  │ └──[+] required (23800:11)❌ 
  ├─┬textql.rpc.public.cells.ListAppsCell
  │ ├─┬errorMessage
  │ │ └──[-] description (19943:24)
  │ └─┬appId
  │   └──[+] description (20054:24)
  ├─┬textql.rpc.public.chat.SubmitContextPromptChangeRequest
  │ ├──[+] required (23969:11)❌ 
  │ └──[+] required (23970:11)❌ 
  ├─┬textql.rpc.public.chat.Cell
  │ ├─┬ALLOF
  │ │ ├─┬durationMs
  │ │ │ └──[🔀] description (21994:28)
  │ │ └─┬toolSummary
  │ │   └──[+] description (21986:28)
  │ └─┬ALLOF
  │   ├──[+] oneOf (22407:15)
  │   ├─┬ONEOF
  │   │ ├──[+] required (22350:19)❌ 
  │   │ ├──[-] required (22148:19)❌ 
  │   │ ├──[🔀] title (22348:22)
  │   │ ├──[+] properties (22345:17)
  │   │ └──[-] properties (22143:17)❌ 
  │   ├─┬ONEOF
  │   │ ├──[+] required (22357:19)❌ 
  │   │ ├──[-] required (22155:19)❌ 
  │   │ ├──[🔀] title (22355:22)
  │   │ ├──[+] properties (22352:17)
  │   │ └──[-] properties (22150:17)❌ 
  │   ├─┬ONEOF
  │   │ ├──[+] required (22364:19)❌ 
  │   │ ├──[-] required (22162:19)❌ 
  │   │ ├──[🔀] title (22362:22)
  │   │ ├──[+] properties (22359:17)
  │   │ └──[-] properties (22157:17)❌ 
  │   ├─┬ONEOF
  │   │ ├──[+] required (22371:19)❌ 
  │   │ ├──[-] required (22169:19)❌ 
  │   │ ├──[🔀] title (22369:22)
  │   │ ├──[+] properties (22366:17)
  │   │ └──[-] properties (22164:17)❌ 
  │   ├─┬ONEOF
  │   │ ├──[+] required (22378:19)❌ 
  │   │ ├──[-] required (22176:19)❌ 
  │   │ ├──[🔀] title (22376:22)
  │   │ ├──[+] properties (22373:17)
  │   │ └──[-] properties (22171:17)❌ 
  │   ├─┬ONEOF
  │   │ ├──[+] required (22385:19)❌ 
  │   │ ├──[-] required (22183:19)❌ 
  │   │ ├──[🔀] title (22383:22)
  │   │ ├──[+] properties (22380:17)
  │   │ └──[-] properties (22178:17)❌ 
  │   ├─┬ONEOF
  │   │ ├──[+] required (22392:19)❌ 
  │   │ ├──[-] required (22190:19)❌ 
  │   │ ├──[🔀] title (22390:22)
  │   │ ├──[+] properties (22387:17)
  │   │ └──[-] properties (22185:17)❌ 
  │   ├─┬ONEOF
  │   │ ├──[+] required (22399:19)❌ 
  │   │ ├──[-] required (22197:19)❌ 
  │   │ ├──[🔀] title (22397:22)
  │   │ ├──[+] properties (22394:17)
  │   │ └──[-] properties (22192:17)❌ 
  │   └─┬ONEOF
  │     ├──[+] required (22406:19)❌ 
  │     ├──[-] required (22204:19)❌ 
  │     ├──[🔀] title (22404:22)
  │     ├──[+] properties (22401:17)
  │     └──[-] properties (22199:17)❌ 
  ├─┬textql.rpc.public.connector.PowerBIConnectorContext
  │ └─┬datasetIds
  │   └──[+] description (26247:24)
  ├─┬textql.rpc.public.chat.UnbookmarkChatRequest
  │ └──[+] required (24052:11)❌ 
  ├─┬textql.rpc.public.chat.AttachDatasetRequest
  │ ├──[+] required (21907:11)❌ 
  │ └──[+] required (21908:11)❌ 
  ├─┬textql.rpc.public.connector.QueryTemplate
  │ └─┬joins
  │   └──[-] description (26071:24)
  ├─┬textql.rpc.public.chat.ApproveOntologyChangeRequest
  │ └──[+] required (21760:11)❌ 
  ├─┬textql.rpc.public.chat.AttachAgentToChatRequest
  │ ├──[+] required (21834:11)❌ 
  │ └──[+] required (21835:11)❌ 
  ├─┬textql.rpc.public.chat.AttachDashboardRequest
  │ ├──[+] required (21882:11)❌ 
  │ └──[+] required (21883:11)❌ 
  ├─┬textql.rpc.public.connector.GetExampleQueriesResponse
  │ ├──[-] description (25534:20)
  │ └─┬examples
  │   └──[🔀] description (25799:24)
  ├─┬textql.rpc.public.rbac.UpdateRoleRequest
  │ ├──[+] properties (37329:9)
  │ ├──[-] properties (37060:9)❌ 
  │ ├──[+] properties (37334:9)
  │ └──[-] properties (37056:9)❌ 
  ├─┬textql.rpc.public.chat.AttachAppRequest
  │ ├──[+] required (21856:11)❌ 
  │ └──[+] required (21857:11)❌ 
  ├─┬textql.rpc.public.connector.ListConnectorTablesRequest
  │ └─┬connectorId
  │   └──[+] description (25964:24)
  ├─┬textql.rpc.public.chat.QueryOneShotRequest
  │ ├──[+] required (23763:11)❌ 
  │ └──[+] required (23764:11)❌ 
  ├─┬textql.rpc.public.chat.DuplicateChatRequest
  │ └──[+] required (22949:11)❌ 
  ├─┬textql.rpc.public.chat.WatchChatRequest
  │ └──[+] required (24187:11)❌ 
  ├─┬textql.rpc.public.chat.BookmarkChatRequest
  │ └──[+] required (21929:11)❌ 
  ├─┬textql.rpc.public.chat.GetArtifactRequest
  │ ├──[+] required (23106:11)❌ 
  │ └──[+] required (23107:11)❌ 
  ├─┬textql.rpc.public.chat.GetChatArtifactsSummaryRequest
  │ └──[+] required (23160:11)❌ 
  ├─┬textql.rpc.public.chat.GetPlaybookChatsRequest
  │ └──[+] required (23502:11)❌ 
  ├─┬textql.rpc.public.chat.RunChatRequest
  │ └──[+] required (23893:11)❌ 
  ├─┬textql.rpc.public.chat.DismissQuestionsRequest
  │ └──[+] required (22899:11)❌ 
  ├─┬textql.rpc.public.cells.AppInfo
  │ ├──[-] description (18799:20)
  │ ├─┬status
  │ │ └──[+] description (18893:24)
  │ └─┬id
  │   └──[-] description (18766:24)
  ├─┬textql.rpc.public.chat.RejectOntologyChangeRequest
  │ └──[+] required (23845:11)❌ 
  ├─┬textql.rpc.public.agent.UpdateAgentRequest
  │ ├──[+] properties (17228:9)
  │ ├──[+] properties (17196:9)
  │ ├──[+] properties (17219:9)
  │ ├──[+] properties (17201:9)
  │ ├──[+] properties (17206:9)
  │ ├──[+] properties (17211:9)
  │ ├──[+] properties (17224:9)
  │ ├─┬paradigmOptions
  │ │ └──[🔀] $ref (23624:13)❌ 
  │ ├─┬updateEmailRecipients
  │ │ ├──[+] items (17204:13)❌ 
  │ │ ├──[🔀] type (17202:17)❌ 
  │ │ ├──[🔀] title (17205:18)
  │ │ └──[-] nullable (17075:21)❌ 
  │ ├─┬slackDmUserIds
  │ │ ├──[-] items (17045:13)❌ 
  │ │ ├──[🔀] type (17137:17)❌ 
  │ │ └──[🔀] title (17138:18)
  │ ├─┬postingFrequencyCrons
  │ │ └──[🔀] $ref (31237:13)❌ 
  │ ├─┬slackChannelId
  │ │ ├──[🔀] title (17119:18)
  │ │ └──[-] nullable (17041:21)❌ 
  │ ├─┬feedEnabled
  │ │ ├──[+] items (17159:13)❌ 
  │ │ ├──[🔀] type (17157:17)❌ 
  │ │ ├──[🔀] title (17160:18)
  │ │ ├──[-] description (17110:24)
  │ │ └──[-] nullable (17111:21)❌ 
  │ ├─┬slackTrigger
  │ │ └──[🔀] $ref (17128:11)❌ 
  │ ├─┬updateChannelIds
  │ │ ├──[+] items (17222:13)❌ 
  │ │ ├──[🔀] type (17220:17)❌ 
  │ │ ├──[🔀] title (17223:18)
  │ │ └──[-] nullable (17084:21)❌ 
  │ ├─┬llmModel
  │ │ └──[🔀] $ref (17121:11)❌ 
  │ ├─┬channelIds
  │ │ ├──[-] items (17079:13)❌ 
  │ │ ├──[🔀] type (17229:17)❌ 
  │ │ ├──[🔀] title (17230:18)
  │ │ └──[+] nullable (17231:21)❌ 
  │ ├─┬skipOrgDefaultChannel
  │ │ ├──[+] items (17154:13)❌ 
  │ │ ├──[🔀] type (17152:17)❌ 
  │ │ └──[🔀] title (17155:18)
  │ ├─┬isStateful
  │ │ └──[🔀] title (17217:18)
  │ ├─┬emailRecipientMemberIds
  │ │ ├──[-] items (17070:13)❌ 
  │ │ ├──[🔀] type (17197:17)❌ 
  │ │ ├──[🔀] title (17198:18)
  │ │ ├──[+] description (17199:24)
  │ │ └──[+] nullable (17200:21)❌ 
  │ ├─┬teamsChannelId
  │ │ ├──[+] items (17134:13)❌ 
  │ │ ├──[🔀] type (17132:17)❌ 
  │ │ ├──[🔀] title (17135:18)
  │ │ └──[-] nullable (17088:21)❌ 
  │ ├─┬name
  │ │ ├──[🔀] type (17148:17)❌ 
  │ │ ├──[🔀] title (17149:18)
  │ │ └──[+] nullable (17150:21)❌ 
  │ ├─┬prompt
  │ │ ├──[+] items (17190:13)❌ 
  │ │ ├──[🔀] type (17188:17)❌ 
  │ │ ├──[🔀] title (17191:18)
  │ │ └──[+] description (17192:24)
  │ ├─┬postingFrequencyCadences
  │ │ ├──[-] items (17101:13)❌ 
  │ │ ├──[🔀] type (17115:17)❌ 
  │ │ ├──[🔀] title (17116:18)
  │ │ └──[-] description (17103:24)
  │ ├─┬isActive
  │ │ ├──[🔀] title (17145:18)
  │ │ └──[+] nullable (17146:21)❌ 
  │ ├─┬fastMode
  │ │ ├──[+] items (17168:13)❌ 
  │ │ ├──[🔀] type (17166:17)❌ 
  │ │ ├──[🔀] title (17169:18)
  │ │ └──[-] nullable (17057:21)❌ 
  │ └─┬teamsDmUserAadIds
  │   └──[🔀] $ref (17069:13)❌ 
  ├─┬textql.rpc.public.connector.OracleMetadata
  │ ├─┬connectionType
  │ │ └──[-] description (25889:24)
  │ └─┬sslMode
  │   └──[-] description (25885:24)
  ├─┬textql.rpc.public.chat.ApproveContextPromptChangeRequest
  │ ├──[+] required (21719:11)❌ 
  │ └──[+] required (21720:11)❌ 
  ├─┬textql.rpc.public.chat.GetLlmUsageRequest
  │ └──[+] required (23437:11)❌ 
  ├─┬textql.rpc.public.connector.MessageSegment
  │ └─┬content
  │   └──[-] description (25781:24)
  ├─┬textql.rpc.public.chat.GetChatRequest
  │ └──[+] required (23238:11)❌ 
  ├─┬textql.rpc.public.connector.ExampleQuery
  │ ├─┬id
  │ │ └──[🔀] description (25472:24)
  │ ├─┬message
  │ │ └──[-] description (25210:24)
  │ └─┬label
  │   └──[-] description (25206:24)
  ├─┬textql.rpc.public.chat.HistoryRequest
  │ └──[+] required (23539:11)❌ 
  ├─┬textql.rpc.public.chat.DeleteChatRequest
  │ └──[+] required (22883:11)❌ 
  ├─┬textql.rpc.public.chat.CheckStreamlitHealthRequest
  │ ├──[+] required (22772:11)❌ 
  │ └──[+] required (22773:11)❌ 
  ├─┬textql.rpc.public.chat.RejectContextPromptChangeRequest
  │ └──[+] required (23813:11)❌ 
  ├─┬textql.rpc.public.chat.CancelStreamRequest
  │ └──[+] required (21940:11)❌ 
  ├─┬textql.rpc.public.agent.CreateAgentRequest
  │ ├──[+] properties (16869:9)
  │ ├──[+] properties (16843:9)
  │ ├──[+] properties (16864:9)
  │ ├──[+] properties (16850:9)
  │ ├──[+] properties (16855:9)
  │ ├─┬isStateful
  │ │ └──[🔀] title (16800:18)
  │ ├─┬fastMode
  │ │ ├──[+] items (16819:13)❌ 
  │ │ ├──[🔀] type (16817:17)❌ 
  │ │ ├──[🔀] title (16820:18)
  │ │ └──[-] nullable (16735:21)❌ 
  │ ├─┬sourceSuggestionId
  │ │ ├──[+] items (16789:13)❌ 
  │ │ ├──[🔀] type (16787:17)❌ 
  │ │ └──[🔀] title (16790:18)
  │ ├─┬paradigmOptions
  │ │ └──[🔀] $ref (23624:13)❌ 
  │ ├─┬slackDmUserIds
  │ │ ├──[-] items (16723:13)❌ 
  │ │ ├──[🔀] type (16792:17)❌ 
  │ │ └──[🔀] title (16793:18)
  │ ├─┬channelIds
  │ │ ├──[-] items (16753:13)❌ 
  │ │ ├──[🔀] type (16870:17)❌ 
  │ │ ├──[🔀] title (16871:18)
  │ │ └──[+] nullable (16872:21)❌ 
  │ ├─┬llmModel
  │ │ └──[🔀] $ref (16861:11)❌ 
  │ ├─┬emailRecipientMemberIds
  │ │ ├──[-] items (16748:13)❌ 
  │ │ ├──[🔀] type (16844:17)❌ 
  │ │ ├──[🔀] title (16845:18)
  │ │ ├──[+] description (16846:24)
  │ │ └──[+] nullable (16849:21)❌ 
  │ ├─┬feedEnabled
  │ │ ├──[+] items (16814:13)❌ 
  │ │ ├──[🔀] type (16812:17)❌ 
  │ │ ├──[🔀] title (16815:18)
  │ │ ├──[-] description (16780:24)
  │ │ └──[-] nullable (16783:21)❌ 
  │ ├─┬postingFrequencyCadences
  │ │ ├──[-] items (16771:13)❌ 
  │ │ ├──[🔀] type (16770:17)❌ 
  │ │ ├──[🔀] title (16771:18)
  │ │ └──[-] description (16773:24)
  │ ├─┬skipOrgDefaultChannel
  │ │ ├──[+] items (16809:13)❌ 
  │ │ ├──[🔀] type (16807:17)❌ 
  │ │ └──[🔀] title (16810:18)
  │ ├─┬teamsChannelId
  │ │ └──[🔀] $ref (17069:13)❌ 
  │ ├─┬slackChannelId
  │ │ ├──[🔀] title (16774:18)
  │ │ └──[-] nullable (16719:21)❌ 
  │ ├─┬prompt
  │ │ ├──[+] items (16837:13)❌ 
  │ │ ├──[🔀] type (16835:17)❌ 
  │ │ ├──[🔀] title (16838:18)
  │ │ └──[+] description (16839:24)
  │ ├─┬postingFrequencyCrons
  │ │ └──[🔀] $ref (31237:13)❌ 
  │ ├─┬slackTrigger
  │ │ └──[🔀] $ref (16783:11)❌ 
  │ ├─┬name
  │ │ ├──[🔀] type (16803:17)❌ 
  │ │ ├──[🔀] title (16804:18)
  │ │ └──[+] nullable (16805:21)❌ 
  │ └─┬teamsDmUserAadIds
  │   ├──[-] items (16762:13)❌ 
  │   ├──[🔀] type (16780:17)❌ 
  │   └──[🔀] title (16781:18)
  ├─┬textql.rpc.public.agent.Agent
  │ ├──[+] properties (16451:9)
  │ ├──[+] properties (16426:9)
  │ ├──[+] properties (16446:9)
  │ ├──[+] properties (16433:9)
  │ ├──[+] properties (16438:9)
  │ ├─┬lastPostAt
  │ │ └──[🔀] $ref (16376:11)❌ 
  │ ├─┬memberName
  │ │ └──[🔀] $ref (23624:13)❌ 
  │ ├─┬profileImageUrl
  │ │ ├──[+] items (16420:13)❌ 
  │ │ ├──[🔀] type (16418:17)❌ 
  │ │ ├──[🔀] title (16421:18)
  │ │ └──[+] description (16422:24)
  │ ├─┬skipOrgDefaultChannel
  │ │ ├──[🔀] type (16415:17)❌ 
  │ │ └──[🔀] title (16416:18)
  │ ├─┬feedEnabled
  │ │ ├──[+] items (16391:13)❌ 
  │ │ ├──[🔀] type (16389:17)❌ 
  │ │ ├──[🔀] title (16392:18)
  │ │ └──[-] description (16384:24)
  │ ├─┬fastMode
  │ │ ├──[🔀] title (16387:18)
  │ │ └──[-] nullable (16329:21)❌ 
  │ ├─┬teamsChannelId
  │ │ ├──[+] items (16362:13)❌ 
  │ │ ├──[🔀] type (16360:17)❌ 
  │ │ ├──[🔀] title (16363:18)
  │ │ └──[-] nullable (16359:21)❌ 
  │ ├─┬postCount
  │ │ ├──[🔀] type (16314:17)❌ 
  │ │ ├──[🔀] title (16315:18)
  │ │ └──[-] format (16287:19)❌ 
  │ ├─┬postingFrequencyCrons
  │ │ ├──[-] items (16338:13)❌ 
  │ │ ├──[🔀] type (16330:17)❌ 
  │ │ ├──[🔀] title (16331:18)
  │ │ └──[+] format (16332:19)❌ 
  │ ├─┬webhookTriggerId
  │ │ ├──[+] items (16436:13)❌ 
  │ │ ├──[🔀] type (16434:17)❌ 
  │ │ └──[🔀] title (16437:18)
  │ ├─┬emailOutputEnabled
  │ │ ├──[+] items (16399:13)❌ 
  │ │ ├──[🔀] type (16397:17)❌ 
  │ │ └──[🔀] title (16400:18)
  │ ├─┬voteCount
  │ │ ├──[+] items (16449:13)❌ 
  │ │ ├──[🔀] type (16447:17)❌ 
  │ │ ├──[🔀] title (16450:18)
  │ │ └──[-] format (16295:19)❌ 
  │ ├─┬name
  │ │ └──[🔀] title (16343:18)
  │ ├─┬isActive
  │ │ ├──[🔀] title (16352:18)
  │ │ └──[+] nullable (16353:21)❌ 
  │ ├─┬isStateful
  │ │ ├──[🔀] type (16311:17)❌ 
  │ │ ├──[🔀] title (16312:18)
  │ │ ├──[-] description (16333:24)
  │ │ └──[-] nullable (16334:21)❌ 
  │ ├─┬slackChannelId
  │ │ ├──[🔀] title (16318:18)
  │ │ ├──[-] description (16312:24)
  │ │ └──[-] nullable (16313:21)❌ 
  │ ├─┬llmModel
  │ │ └──[🔀] $ref (16348:11)❌ 
  │ ├─┬lastChatId
  │ │ ├──[🔀] type (16320:17)❌ 
  │ │ └──[🔀] title (16321:18)
  │ ├─┬postingFrequencyCadences
  │ │ └──[🔀] $ref (31237:13)❌ 
  │ ├─┬teamsDmUserAadIds
  │ │ └──[🔀] $ref (17069:13)❌ 
  │ ├─┬slackDmUserIds
  │ │ ├──[-] items (16317:13)❌ 
  │ │ ├──[🔀] type (16365:17)❌ 
  │ │ └──[🔀] title (16366:18)
  │ ├─┬prompt
  │ │ ├──[+] items (16383:13)❌ 
  │ │ ├──[🔀] type (16381:17)❌ 
  │ │ └──[🔀] title (16384:18)
  │ ├─┬memberId
  │ │ └──[🔀] $ref (15420:13)❌ 
  │ ├─┬commentCount
  │ │ ├──[🔀] type (16427:17)❌ 
  │ │ ├──[🔀] title (16428:18)
  │ │ ├──[-] format (16291:19)❌ 
  │ │ └──[+] description (16429:24)
  │ ├─┬paradigmOptions
  │ │ └──[🔀] $ref (16345:11)❌ 
  │ ├─┬emailRecipientMemberIds
  │ │ ├──[-] items (16346:13)❌ 
  │ │ ├──[🔀] type (16334:17)❌ 
  │ │ ├──[🔀] title (16335:18)
  │ │ └──[+] format (16336:19)❌ 
  │ ├─┬slackTrigger
  │ │ └──[🔀] $ref (16355:11)❌ 
  │ ├─┬id
  │ │ ├──[🔀] type (16444:17)❌ 
  │ │ └──[🔀] title (16445:18)
  │ ├─┬channelIds
  │ │ ├──[-] items (16354:13)❌ 
  │ │ ├──[🔀] type (16452:17)❌ 
  │ │ └──[🔀] title (16453:18)
  │ └─┬hasWritePermission
  │   └──[🔀] title (16373:18)
  ├─┬textql.rpc.public.connector.DatabricksMetadata
  │ └─┬catalog
  │   └──[-] description (25065:24)
  ├─┬textql.rpc.public.app.ListAppVersionsRequest
  │ ├─┬offset
  │ │ └──[-] description (17949:24)
  │ └─┬limit
  │   └──[-] description (17944:24)
  ├─┬textql.rpc.public.chat.CheckChatPermissionsRequest
  │ └──[+] required (22678:11)❌ 
  ├─┬textql.rpc.public.chat.CreateRequest
  │ ├──[+] required (22856:11)❌ 
  │ ├──[+] properties (22850:9)
  │ ├─┬paradigm
  │ │ └──[🔀] $ref (22851:11)❌ 
  │ ├─┬playbookId
  │ │ └──[🔀] $ref (31221:13)❌ 
  │ ├─┬research
  │ │ ├──[🔀] type (22810:17)❌ 
  │ │ ├──[🔀] title (22811:18)
  │ │ └──[🔀] description (22812:24)
  │ └─┬vllmModelId
  │   ├──[🔀] type (22815:17)❌ 
  │   ├──[🔀] title (22816:18)
  │   └──[🔀] description (22817:24)
  ├─┬textql.rpc.public.connector.ListQueryTemplatesRequest
  │ ├─┬connectorId
  │ │ └──[-] description (25719:24)
  │ ├─┬days
  │ │ └──[+] description (26000:24)
  │ └─┬offset
  │   └──[+] description (25995:24)
  ├─┬textql.rpc.public.cells.AppCell
  │ ├──[+] description (18876:20)
  │ ├─┬action
  │ │ └──[+] description (18842:24)
  │ ├─┬lastRunAt
  │ │ └──[-] description (18746:24)
  │ ├─┬name
  │ │ └──[-] description (18732:24)
  │ ├─┬screenshotUrl
  │ │ └──[-] description (18741:24)
  │ ├─┬appId
  │ │ └──[-] description (18728:24)
  │ ├─┬errorMessage
  │ │ └──[-] description (18736:24)
  │ └─┬buildLineCount
  │   └──[+] description (18865:24)
  ├─┬textql.rpc.public.chat.GetCompletionParametersRequest
  │ ├──[+] required (23415:11)❌ 
  │ └──[+] required (23416:11)❌ 
  ├─┬textql.rpc.public.app.ListAppVersionsResponse
  │ ├──[-] description (17967:20)
  │ └─┬versions
  │   └──[-] description (17960:24)
  ├─┬textql.rpc.public.chat.UpdateChatRequest
  │ └──[+] required (24093:11)❌ 
  ├─┬textql.rpc.public.app.AppVersion
  │ ├──[+] description (17634:20)
  │ ├─┬versionNumber
  │ │ └──[-] description (17459:24)
  │ └─┬id
  │   └──[+] description (17572:24)
  ├─┬textql.rpc.public.chat.SendRequest
  │ ├──[+] required (23929:11)❌ 
  │ └──[+] required (23930:11)❌ 
  └─┬textql.rpc.auth.Organization
    ├──[+] properties (15953:9)
    ├──[+] properties (15948:9)
    ├──[+] properties (15944:9)
    ├──[+] properties (16104:9)
    ├─┬publicPreview
    │ ├──[🔀] type (15725:17)❌ 
    │ └──[🔀] title (15726:18)
    ├─┬restrictedModelIds
    │ ├──[-] items (15850:13)❌ 
    │ ├──[🔀] type (15764:17)❌ 
    │ └──[🔀] title (15765:18)
    ├─┬scimNewGroupDefaultRoleType
    │ ├──[🔀] type (16038:17)❌ 
    │ ├──[🔀] title (16039:18)
    │ └──[+] description (16040:24)
    ├─┬hideToolCells
    │ ├──[🔀] type (16083:17)❌ 
    │ ├──[🔀] title (16084:18)
    │ └──[+] description (16085:24)
    ├─┬disableEmojis
    │ └──[🔀] title (15866:18)
    ├─┬trainingMode
    │ ├──[🔀] type (15940:17)❌ 
    │ ├──[🔀] title (15941:18)
    │ └──[+] format (15942:19)❌ 
    ├─┬updatedAt
    │ └──[🔀] $ref (15935:11)❌ 
    ├─┬theme
    │ └──[🔀] $ref (16016:11)❌ 
    ├─┬bashEnabled
    │ └──[🔀] $ref (15532:13)❌ 
    ├─┬defaultDashboardOutput
    │ ├──[🔀] type (15711:17)❌ 
    │ ├──[🔀] title (15712:18)
    │ ├──[+] format (15713:19)❌ 
    │ ├──[+] description (15714:24)
    │ └──[+] deprecated (15716:23)
    ├─┬orgId
    │ ├──[🔀] type (16028:17)❌ 
    │ ├──[🔀] title (16029:18)
    │ └──[+] nullable (16030:21)❌ 
    ├─┬configMigrationsEnabled
    │ ├──[🔀] title (15899:18)
    │ ├──[-] description (15994:24)
    │ └──[-] deprecated (15996:23)
    ├─┬chatV5Cutover
    │ ├──[🔀] type (15841:17)❌ 
    │ ├──[🔀] title (15842:18)
    │ └──[+] nullable (15843:21)❌ 
    ├─┬secretsEnabled
    │ ├──[🔀] type (15922:17)❌ 
    │ ├──[🔀] title (15923:18)
    │ ├──[+] format (15924:19)❌ 
    │ └──[+] nullable (15925:21)❌ 
    ├─┬defaultPlaybookPrivate
    │ ├──[🔀] type (15978:17)❌ 
    │ ├──[🔀] title (15979:18)
    │ └──[+] format (15980:19)❌ 
    ├─┬emailOutputEnabled
    │ ├──[🔀] title (15826:18)
    │ └──[-] description (15923:24)
    ├─┬preferredProvider
    │ └──[🔀] title (15735:18)
    ├─┬logoUrl
    │ ├──[🔀] type (15756:17)❌ 
    │ └──[🔀] title (15757:18)
    ├─┬groupsFeatureEnabled
    │ └──[🔀] title (15915:18)
    ├─┬clientDbOverrideEnabled
    │ ├──[🔀] type (15785:17)❌ 
    │ └──[🔀] title (15786:18)
    ├─┬injectWholeOntologyDisableSearch
    │ └──[🔀] title (15911:18)
    ├─┬sandboxStateRetentionDays
    │ ├──[+] items (15877:13)❌ 
    │ ├──[🔀] type (15875:17)❌ 
    │ ├──[🔀] title (15879:18)
    │ ├──[-] format (15897:19)❌ 
    │ └──[-] nullable (15898:21)❌ 
    ├─┬threadRetentionDays
    │ ├──[🔀] type (16105:17)❌ 
    │ ├──[🔀] title (16106:18)
    │ ├──[-] format (15910:19)❌ 
    │ └──[+] description (16107:24)
    ├─┬soxDbSessionMetadataEnabled
    │ ├──[🔀] type (15707:17)❌ 
    │ └──[🔀] title (15708:18)
    ├─┬defaultConnectorId
    │ ├──[🔀] type (15837:17)❌ 
    │ ├──[🔀] title (15838:18)
    │ ├──[-] format (15686:19)❌ 
    │ ├──[-] description (15687:24)
    │ └──[-] deprecated (15689:23)
    ├─┬helmChartVersion
    │ ├──[🔀] type (15853:17)❌ 
    │ └──[🔀] title (15854:18)
    ├─┬requireAttached
    │ └──[🔀] $ref (16175:13)❌ 
    ├─┬configObjectsPlaybooksEnabled
    │ └──[🔀] title (16069:18)
    ├─┬defaultLlmModel
    │ ├──[+] items (15817:13)❌ 
    │ ├──[🔀] type (15815:17)❌ 
    │ ├──[🔀] title (15819:18)
    │ ├──[-] format (15767:19)❌ 
    │ └──[-] nullable (15768:21)❌ 
    ├─┬configAutofixEnabled
    │ ├──[🔀] title (15768:18)
    │ ├──[-] description (16039:24)
    │ ├──[-] nullable (16042:21)❌ 
    │ └──[-] deprecated (16043:23)
    ├─┬availableProviders
    │ ├──[-] items (15957:13)❌ 
    │ ├──[🔀] type (16101:17)❌ 
    │ ├──[🔀] title (16102:18)
    │ └──[+] nullable (16103:21)❌ 
    ├─┬slackKey
    │ ├──[🔀] type (15774:17)❌ 
    │ ├──[🔀] title (15775:18)
    │ └──[-] nullable (15682:21)❌ 
    ├─┬defaultMethodology
    │ ├──[🔀] type (15974:17)❌ 
    │ ├──[🔀] title (15975:18)
    │ ├──[-] format (15939:19)❌ 
    │ └──[-] description (15940:24)
    ├─┬discoverable
    │ └──[🔀] title (15946:18)
    ├─┬showTextqlUsage
    │ ├──[🔀] type (15983:17)❌ 
    │ ├──[🔀] title (15984:18)
    │ └──[🔀] description (15985:24)
    ├─┬defaultConnectorIds
    │ ├──[-] items (15790:13)❌ 
    │ ├──[🔀] type (16043:17)❌ 
    │ ├──[🔀] title (16044:18)
    │ └──[+] nullable (16045:21)❌ 
    ├─┬consoleAccess
    │ └──[🔀] title (16053:18)
    ├─┬deleteInactiveThreadsEnabled
    │ ├──[🔀] title (15967:18)
    │ └──[+] description (15968:24)
    ├─┬migrationBannerDismissed
    │ ├──[🔀] type (15781:17)❌ 
    │ ├──[🔀] title (15782:18)
    │ └──[-] description (15989:24)
    ├─┬organizationLogoUrl
    │ ├──[🔀] type (15890:17)❌ 
    │ └──[🔀] title (15891:18)
    ├─┬appWritebackAutoApproveEnabled
    │ ├──[🔀] type (15954:17)❌ 
    │ ├──[🔀] title (15955:18)
    │ ├──[+] format (15956:19)❌ 
    │ └──[-] description (16062:24)
    ├─┬spendTransparencyEnabled
    │ ├──[🔀] type (15703:17)❌ 
    │ ├──[🔀] title (15704:18)
    │ └──[-] description (16051:24)
    ├─┬emailPollingEnabled
    │ └──[🔀] title (15887:18)
    ├─┬createdAt
    │ └──[🔀] $ref (15902:11)❌ 
    ├─┬contextReviewRequired
    │ ├──[🔀] title (16057:18)
    │ ├──[+] description (16058:24)
    │ └──[+] deprecated (16066:23)
    ├─┬hideApiConnectors
    │ └──[🔀] title (15907:18)
    ├─┬assetUrlExpiry
    │ └──[🔀] $ref (15949:11)❌ 
    ├─┬methodologyEnabled
    │ ├──[🔀] title (15719:18)
    │ └──[-] nullable (15820:21)❌ 
    ├─┬orgMeta
    │ ├──[🔀] type (15894:17)❌ 
    │ └──[🔀] title (15895:18)
    ├─┬billingAdminId
    │ ├──[+] items (15998:13)❌ 
    │ ├──[🔀] type (15996:17)❌ 
    │ ├──[🔀] title (15999:18)
    │ └──[-] nullable (15816:21)❌ 
    ├─┬threadHardDeleteGraceDays
    │ ├──[🔀] type (16090:17)❌ 
    │ ├──[🔀] title (16091:18)
    │ └──[-] format (15915:19)❌ 
    ├─┬issuesEnabled
    │ └──[🔀] title (15830:18)
    ├─┬enabledModelIds
    │ ├──[🔀] title (15741:18)
    │ └─┬Schema
    │   ├──[🔀] type (15740:19)❌ 
    │   └──[-] format (15845:21)❌ 
    ├─┬smsEnabled
    │ └──[🔀] title (16002:18)
    ├─┬googleConnectorEnabled
    │ ├──[+] items (15871:13)❌ 
    │ ├──[🔀] type (15869:17)❌ 
    │ ├──[🔀] title (15873:18)
    │ └──[-] nullable (15881:21)❌ 
    ├─┬feedEnabled
    │ └──[🔀] title (15778:18)
    ├─┬notificationsEnabled
    │ └──[🔀] title (15919:18)
    ├─┬sandboxLeaseConfigEnabled
    │ └──[🔀] title (15722:18)
    ├─┬restrictedFamilies
    │ ├──[-] items (15856:13)❌ 
    │ ├──[🔀] type (15797:17)❌ 
    │ ├──[🔀] title (15798:18)
    │ └──[+] nullable (15799:21)❌ 
    ├─┬sandboxObservabilityEnabled
    │ ├──[+] items (15883:13)❌ 
    │ ├──[🔀] type (15881:17)❌ 
    │ ├──[🔀] title (15884:18)
    │ └──[-] nullable (16000:21)❌ 
    ├─┬limitDataVisibility
    │ ├──[🔀] title (15822:18)
    │ └──[+] nullable (15823:21)❌ 
    ├─┬fastModeEnabled
    │ └──[🔀] title (15963:18)
    ├─┬systemDefaultModel
    │ ├──[🔀] type (16020:17)❌ 
    │ ├──[🔀] title (16021:18)
    │ ├──[-] format (15776:19)❌ 
    │ └──[-] description (15777:24)
    ├─┬contextV3Enabled
    │ └──[🔀] title (15812:18)
    ├─┬configObjectsDashboardsEnabled
    │ └──[🔀] title (16079:18)
    ├─┬slackTeamId
    │ ├──[🔀] type (16094:17)❌ 
    │ ├──[🔀] title (16095:18)
    │ └──[+] description (16096:24)
    ├─┬warning
    │ └──[🔀] $ref (16175:13)❌ 
    ├─┬paradigmParams
    │ └──[🔀] $ref (15752:11)❌ 
    ├─┬scimAssignDefaultRole
    │ └──[🔀] title (15928:18)
    ├─┬emailAllowedDomains
    │ ├──[-] items (15713:13)❌ 
    │ ├──[🔀] type (15931:17)❌ 
    │ ├──[🔀] title (15932:18)
    │ └──[+] nullable (15933:21)❌ 
    ├─┬toolRestrictions
    │ └──[🔀] $ref (15801:11)❌ 
    ├─┬defaultParadigmMode
    │ └──[🔀] $ref (15792:11)❌ 
    ├─┬hideExampleConnectors
    │ └──[🔀] title (15993:18)
    ├─┬defaultRoutingEnabled
    │ └──[🔀] $ref (16271:13)❌ 
    ├─┬organizationName
    │ └──[🔀] title (15701:18)
    ├─┬configObjectsEnabled
    │ ├──[🔀] title (16033:18)
    │ ├──[🔀] description (16034:24)
    │ └──[+] deprecated (16036:23)
    ├─┬observabilityEnabled
    │ └──[🔀] title (15846:18)
    ├─┬sharingDisabled
    │ └──[🔀] title (16025:18)
    ├─┬tracesEnabled
    │ └──[🔀] $ref (16112:13)❌ 
    ├─┬brandName
    │ ├──[🔀] type (15861:17)❌ 
    │ └──[🔀] title (15862:18)
    ├─┬maxThinkingEnabled
    │ ├──[🔀] title (16048:18)
    │ └──[+] description (16049:24)
    ├─┬dataAppsEnabled
    │ └──[🔀] $ref (15420:13)❌ 
    └─┬dashboardsEnabled
      └──[🔀] title (15858:18)
Document Element Total Changes Breaking Changes
paths 31 0
components 577 332

View full report

Linting Report 0 errors, 1 warnings, 3 hints

View full report

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.795.3

Last updated by Speakeasy workflow

* `textql.chats.query_one_shot()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.cells[].union(subagent_cell)` **Added** (Breaking ⚠️)
* `textql.rbac.update_role()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.role` **Changed** (Breaking ⚠️)
* `textql.chats.attach_agent()`:  `request` **Changed** (Breaking ⚠️)
* `textql.chats.attach_app()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.cell.union(subagent_cell)` **Added** (Breaking ⚠️)
* `textql.chats.attach_dashboard()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.cell.union(subagent_cell)` **Added** (Breaking ⚠️)
* `textql.rbac.who_am_i()`:  `response.roles[]` **Changed** (Breaking ⚠️)
* `textql.chats.attach_dataset()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.cell.union(subagent_cell)` **Added** (Breaking ⚠️)
* `textql.chats.bookmark()`:  `request.chat_id` **Changed** (Breaking ⚠️)
* `textql.chats.cancel_stream()`:  `request.chat_id` **Changed** (Breaking ⚠️)
* `textql.chats.check_permissions()`:  `request.chat_id` **Changed** (Breaking ⚠️)
* `textql.chats.check_streamlit_health()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.cell.union(subagent_cell)` **Added** (Breaking ⚠️)
* `textql.chats.create_chat()`:  `request` **Changed** (Breaking ⚠️)
* `textql.chats.approve_context_prompt_change()`:  `request` **Changed** (Breaking ⚠️)
* `textql.chats.dismiss_questions()`:  `request.cell_id` **Changed** (Breaking ⚠️)
* `textql.chats.duplicate_chat()`:  `request.chat_id` **Changed** (Breaking ⚠️)
* `textql.chats.get_api_answer()`:  `request.chat_id` **Changed** (Breaking ⚠️)
* `textql.chats.get_artifact()`:  `request` **Changed** (Breaking ⚠️)
* `textql.chats.get()`:  `request.chat_id` **Changed** (Breaking ⚠️)
* `textql.chats.get_artifacts_summary()`:  `request.chat_id` **Changed** (Breaking ⚠️)
* `textql.chats.get_chat_execution_timing()`:  `request.chat_id` **Changed** (Breaking ⚠️)
* `textql.chats.get_history()`: 
  *  `request.chat_id` **Changed** (Breaking ⚠️)
  *  `response.cells[].union(subagent_cell)` **Added** (Breaking ⚠️)
* `textql.chats.get_completion_parameters()`:  `request` **Changed** (Breaking ⚠️)
* `textql.chats.get_completion_parameters_batch()`:  `request.chat_id` **Changed** (Breaking ⚠️)
* `textql.chats.get_llm_usage()`:  `request.chat_id` **Changed** (Breaking ⚠️)
* `textql.chats.approve_ontology_change()`:  `request.cell_id` **Changed** (Breaking ⚠️)
* `textql.chats.get_playbook_chats()`:  `request.playbook_id` **Changed** (Breaking ⚠️)
* `textql.chats.delete()`:  `request.chat_id` **Changed** (Breaking ⚠️)
* `textql.chats.rate_cell()`:  `request` **Changed** (Breaking ⚠️)
* `textql.chats.reject_context_prompt_change()`:  `request.cell_id` **Changed** (Breaking ⚠️)
* `textql.chats.reject_ontology_change()`:  `request.cell_id` **Changed** (Breaking ⚠️)
* `textql.chats.run()`: 
  *  `request.chat_id` **Changed** (Breaking ⚠️)
  *  `response.cells[].union(subagent_cell)` **Added** (Breaking ⚠️)
* `textql.chats.send()`:  `request` **Changed** (Breaking ⚠️)
* `textql.chats.submit_context_prompt_change()`:  `request` **Changed** (Breaking ⚠️)
* `textql.chats.submit_questions()`:  `request.cell_id` **Changed** (Breaking ⚠️)
* `textql.chats.unbookmark()`:  `request.chat_id` **Changed** (Breaking ⚠️)
* `textql.chats.update()`:  `request.chat_id` **Changed** (Breaking ⚠️)
* `textql.observability.get_check_record_fix()`:  `response.fix_patch_cell.union(subagent_cell)` **Added** (Breaking ⚠️)
* `textql.observability.get_thread_warnings()`:  `response.warnings_by_chat.Map<textql.rpc.public.observe.ThreadWarningList>.warnings[].fix_patch_cell.union(subagent_cell)` **Added** (Breaking ⚠️)
* `textql.rbac.create_role()`:  `response.role` **Changed** (Breaking ⚠️)
* `textql.rbac.get_current_member_roles_and_permissions()`:  `response.roles[]` **Changed** (Breaking ⚠️)
* `textql.rbac.get_member_roles()`:  `response.member_roles.Map<textql.rpc.public.rbac.MemberRoles>.roles[]` **Changed** (Breaking ⚠️)
* `textql.rbac.get_role()`:  `response.role` **Changed** (Breaking ⚠️)
* `textql.rbac.list_roles()`:  `response.roles[]` **Changed** (Breaking ⚠️)
* `textql.chats.poll_events()`: 
  *  `request.chat_id` **Changed** (Breaking ⚠️)
  *  `response.events[].union(cell).cell.union(subagent_cell)` **Added** (Breaking ⚠️)
* `textql.settings.update_model_settings()`: **Added**
* `textql.agents.create()`: 
  *  `request` **Changed**
  *  `response.agent` **Changed**
* `textql.agents.duplicate()`:  `response.agent` **Changed**
* `textql.agents.get_agent()`:  `response.agent` **Changed**
* `textql.agents.list()`:  `response.agents[]` **Changed**
* `textql.agents.update()`: 
  *  `request` **Changed**
  *  `response.agent` **Changed**
* `textql.settings.get()`:  `response.organization` **Changed**
* `textql.settings.update()`: 
  *  `request` **Changed**
  *  `response.organization` **Changed**
@rodnnnney rodnnnney added the patch Patch version bump label Aug 24, 2026
@rodnnnney
rodnnnney merged commit 8f19fdd into main Aug 24, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants