test: annotate python parity for get_custom_llm_provider

This commit is contained in:
Ishaan Jaff 2026-09-01 22:21:48 -07:00
parent 7be5c3fdd3
commit 7f3f0d3f82
No known key found for this signature in database

View file

@ -4,6 +4,7 @@ pub struct CustomLlmProvider<'a> {
pub custom_llm_provider: &'a str,
}
// python-parity: get_llm_provider
pub fn get_custom_llm_provider<'a>(
model: &'a str,
custom_llm_provider: Option<&'a str>,