OptionaldisableStreaming?: booleanWhether to disable streaming.
If streaming is bypassed, then stream() will defer to
invoke().
OptionaloutputVersion?: MessageOutputVersionVersion 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.
Function to process JSON config and create Anthropic LLM instance