AI-Mocks
Toggle table of contents
0.8.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
AI-Mocks
ai-mocks-anthropic
/
dev.mokksy.aimocks.anthropic
/
AnthropicStreamingChatResponseSpecification
/
AnthropicStreamingChatResponseSpecification
Anthropic
Streaming
Chat
Response
Specification
constructor
(
responseFlow
:
Flow
<
String
>
?
=
null
,
responseChunks
:
List
<
String
>
?
=
null
,
delayBetweenChunks
:
Duration
=
Duration.ZERO
,
delay
:
Duration
=
Duration.ZERO
,
stopReason
:
String
=
"end_turn"
,
sendDone
:
Boolean
=
false
)
(
source
)