mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-05 20:27:35 +00:00
for agents API, provider data from the header is not parsed as for agents there is no provider_data_validator meta-reference implementation. Added Together data validator as the provider_data_validator for now. Did some code changes accordingly.
This commit is contained in:
parent
208b861289
commit
572c01f454
5 changed files with 32 additions and 14 deletions
|
@ -29,6 +29,7 @@ def available_providers() -> List[ProviderSpec]:
|
|||
Api.safety,
|
||||
Api.memory,
|
||||
],
|
||||
provider_data_validator="llama_stack.providers.adapters.safety.together.TogetherProviderDataValidator",
|
||||
),
|
||||
remote_provider_spec(
|
||||
api=Api.agents,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue