You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/partners/anthropic
JongRok BAEK 3b8eba32f9
anthropic[patch]: Fix message type lookup in Anthropic Partners (#16563)
- **Description:** 

The parameters for user and assistant in Anthropic should be 'ai ->
assistant,' but they are reversed to 'assistant -> ai.'
Below is error code.
```python
anthropic.BadRequestError: Error code: 400 - {'type': 'error', 'error': {'type': 'invalid_request_error', 'message': 'messages: Unexpected role "ai". Allowed roles are "user" or "assistant"'}}
```

[anthropic](7177f3a71f/src/anthropic/types/beta/message_param.py (L13))

  - **Issue:** : #16561
  -  **Dependencies:** : None
   - **Twitter handle:** : None
8 months ago
..
langchain_anthropic anthropic[patch]: Fix message type lookup in Anthropic Partners (#16563) 8 months ago
scripts anthropic: beta messages integration (#14928) 9 months ago
tests anthropic[patch]: allow pop by field name (#16544) 8 months ago
.gitignore anthropic: beta messages integration (#14928) 9 months ago
LICENSE anthropic: beta messages integration (#14928) 9 months ago
Makefile anthropic: beta messages integration (#14928) 9 months ago
README.md anthropic: beta messages integration (#14928) 9 months ago
poetry.lock anthropic: beta messages integration (#14928) 9 months ago
pyproject.toml partners: add license field (#16117) 8 months ago

README.md

langchain-anthropic