Ask a question to get started
Enter to sendā¢Shift+Enter new line
create_non_standard_block( value: dict[str, Any], *, id: str | None
value
dict[str, Any]
Provider-specific content data.
id
str | None
None
Content block identifier.
Generated automatically if not provided.
index
int | str | None
Create a NonStandardContentBlock.
NonStandardContentBlock
The id is generated automatically if not provided, using a UUID4 format prefixed with 'lc_' to indicate it is a LangChain-generated ID.
'lc_'
Index of block in aggregate response.
Used during streaming.