Abraham J. Lázaro

Results 7 issues of Abraham J. Lázaro

Added resolve action method for Ollama Checklist (if applicable): - [X] PR title is following https://www.conventionalcommits.org/en/v1.0.0/ - [X] Tested (manually, unit tested, etc.) - [ ] Docs updated (updated docs...

feature
python

Gemini new versions have this new output called thinking. Also OpenAI has something similar. It has to be also added in the prompts but in a separate space, not as...

Add metrics for observability but for GCP

Add metrics to python observability tracing

This PR only adds tests for the model garden plugin Checklist (if applicable): - [ ] PR title is following https://www.conventionalcommits.org/en/v1.0.0/ - [ ] Tested (manually, unit tested, etc.) -...

python
chore
test

I was doing a recommender system by myself, and I found that gemini do not support this kind of output_schemas: ``` class Product(BaseModel): product_name: str = Field(description='name of the product')...

go
python
fix