Paul Kompfner
|
fe42187dc1
|
Implement LLMService.create_llm_specific_message() so that users don't need to just know what value of llm to provide to the LLMSpecificMessage constructor
|
2025-09-15 14:15:22 -04:00 |
|
Paul Kompfner
|
999e88c942
|
Add unit tests for AWSBedrockLLMAdapter.get_llm_invocation_params(), focusing on messages specifically
|
2025-09-15 12:08:21 -04:00 |
|
Paul Kompfner
|
c04df2f28b
|
Add unit tests for AnthropicLLMAdapter.get_llm_invocation_params(), focusing on messages specifically
|
2025-09-15 11:55:48 -04:00 |
|
Paul Kompfner
|
100ef0ab5c
|
Add unit tests for GeminiLLMAdapter.get_llm_invocation_params(), focusing on messages specifically
|
2025-09-15 11:38:23 -04:00 |
|
Paul Kompfner
|
42886d7105
|
Add unit tests for OpenAILLMAdapter.get_llm_invocation_params(), focusing on messages specifically. Also, fix a bug in OpenAILLMAdapter (found thanks to the unit tests) where it wasn't "unwrapping" LLMSpecificMessages.
|
2025-09-15 11:17:11 -04:00 |
|