OptionalcacheOptionalcallbackOptionalcallbacksOptionalchunksExact chunks to emit (can include tool-call deltas)
OptionaldisableWhether to disable streaming.
If streaming is bypassed, then stream() will defer to
invoke().
OptionalmaxThe maximum number of concurrent calls that can be made.
Defaults to Infinity, which means no limit.
OptionalmaxThe maximum number of retries that can be made for a single call, with an exponential backoff between each attempt. Defaults to 6.
OptionalmetadataOptionalonCustom handler to handle failed attempts. Takes the originally thrown error object as input, and should itself throw an error if the input error is not retryable.
OptionaloutputVersion of AIMessage output format to store in message content.
AIMessage.contentBlocks will lazily parse the contents of content into a
standard format. This flag can be used to additionally store the standard format
as the message content, e.g., for serialization purposes.
.contentBlocks).contentBlocks)You can also set LC_OUTPUT_VERSION as an environment variable to "v1" to
enable this by default.
OptionalresponsesFull AI messages to fall back to when no chunks supplied
OptionalsleepMilliseconds to pause between fallback char-by-char chunks
OptionaltagsOptionalthrownThrow this error instead of streaming (useful in tests)
OptionaltoolHow tool specs are formatted in bindTools
Optionalverbose
Interface for the Constructor-field specific to the Fake Streaming Chat model (all optional because we fill in defaults).