✅ test(embeddings_template.py): add tests for openai fields formatting
The openai fields formatting is now done in a separate method, which improves the readability and maintainability of the code. Tests were added to ensure that the formatting is done correctly.
|
||
|---|---|---|
| .. | ||
| data | ||
| conftest.py | ||
| test_agents_template.py | ||
| test_cache.py | ||
| test_cache_manager.py | ||
| test_chains_template.py | ||
| test_creators.py | ||
| test_custom_types.py | ||
| test_embeddings_template.py | ||
| test_endpoints.py | ||
| test_frontend_nodes.py | ||
| test_graph.py | ||
| test_llms_template.py | ||
| test_loading.py | ||
| test_prompts_template.py | ||
| test_template.py | ||
| test_validate_code.py | ||
| test_vectorstore_template.py | ||
| test_websocket.py | ||