chore: update stainless defs

This commit is contained in:
adamdotdevin 2025-07-15 10:03:11 -05:00
commit 6b98acb7be
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
8 changed files with 101 additions and 121 deletions

View file

@ -78,6 +78,7 @@ resources:
keybinds: KeybindsConfig
mcpLocal: McpLocalConfig
mcpRemote: McpRemoteConfig
mode: ModeConfig
provider: Provider
model: Model
methods:
@ -94,10 +95,9 @@ resources:
toolPart: ToolPart
stepStartPart: StepStartPart
stepFinishPart: StepFinishPart
snapshotPart: SnapshotPart
assistantMessage: AssistantMessage
assistantMessagePart: AssistantMessagePart
userMessage: UserMessage
userMessagePart: UserMessagePart
toolStatePending: ToolStatePending
toolStateRunning: ToolStateRunning
toolStateCompleted: ToolStateCompleted
@ -126,9 +126,13 @@ readme:
example_requests:
default:
type: request
endpoint: get /event
endpoint: get /session
params: {}
headline:
type: request
endpoint: get /session
params: {}
streaming:
type: request
endpoint: get /event
params: {}