guardrails-ai / guardrails

Adding guardrails to large language models.
https://www.guardrailsai.com/docs
Apache License 2.0
3.6k stars 259 forks source link

make full raw llm output available #867

Open dtam opened 4 days ago

dtam commented 4 days ago

adds full_raw_llm_output to LlmResponse

dtam commented 4 days ago

@CalebCourier do i need to modify the api client class too?

CalebCourier commented 4 days ago

@CalebCourier do i need to modify the api client class too?

@dtam yes, it will need to be added here: https://github.com/guardrails-ai/interfaces/blob/main/schemas/core/outputs.json

Then we'll regenerate the api client