Ask a question to get started
Enter to send•Shift+Enter new line
Create a message with a link to the LangChain troubleshooting guide.
create_message( *, message: str, error_code: ErrorCode, ) -> str
Example:
create_message( message="Failed to parse output", error_code=ErrorCode.OUTPUT_PARSING_FAILURE, ) "Failed to parse output. For troubleshooting, visit: ..."
message
str
The message to display.
error_code
ErrorCode
The error code to display.