Files
langchain/libs/partners/perplexity/tests
LangSmith Issues Agent e8a52a8bbc fix(65ff729c): replace invalid Perplexity model 'openai/gpt-5.5' with 'openai/gpt-5'
The slug 'openai/gpt-5.5' was never a valid Perplexity Agent-API model and
the API now rejects it with BadRequestError invalid_model, breaking the
entire TestPerplexityResponsesStandard integration suite. Point the fixture,
docstring, and unit-test instantiation at 'openai/gpt-5', a currently-listed
tool-capable Agent-API model.
2026-06-11 17:56:03 +00:00
..