AI_Agro_Support/pipeline
Arsham Mirehvandi 958a17bb1f Enhance LLM configuration with thinking budget support
- Added optional `thinking_budget` parameter to `config.yaml` for Gemini model, allowing for reserved thinking tokens.
- Updated `LlmSettings` class in `config.py` to include `thinking_budget` and adjusted parsing logic accordingly.
- Modified LLM call logic in `llm.py` to utilize `thinking_budget` for calculating `max_output_tokens`, improving output management.
2026-09-17 09:44:04 +02:00
..
stages Enhance LLM configuration with thinking budget support 2026-09-17 09:44:04 +02:00
__init__.py Initial commit 2026-08-22 08:47:56 +02:00
__main__.py Add observability support with OpenTelemetry tracing integration 2026-08-25 22:06:54 +02:00
batch.py Add observability support with OpenTelemetry tracing integration 2026-08-25 22:06:54 +02:00
config.py Enhance LLM configuration with thinking budget support 2026-09-17 09:44:04 +02:00
db.py Initial commit 2026-08-22 08:47:56 +02:00
errors.py Initial commit 2026-08-22 08:47:56 +02:00
job.py Enhance advice context and treatment handling 2026-09-09 16:00:23 +02:00
jsonutils.py Initial commit 2026-08-22 08:47:56 +02:00
observability.py Add observability support with OpenTelemetry tracing integration 2026-08-25 22:06:54 +02:00
output.py Initial commit 2026-08-22 08:47:56 +02:00
prompts.py Initial commit 2026-08-22 08:47:56 +02:00
resources.py Add observability support with OpenTelemetry tracing integration 2026-08-25 22:06:54 +02:00
retry.py Initial commit 2026-08-22 08:47:56 +02:00
vocab.py Initial commit 2026-08-22 08:47:56 +02:00
window.py Initial commit 2026-08-22 08:47:56 +02:00
worklist.py Initial commit 2026-08-22 08:47:56 +02:00