Skip to content

Conversation

NeonDaniel
Copy link
Member

@NeonDaniel NeonDaniel commented Dec 12, 2024

Description

Adds support for parsing LLMRequest inputs
Adds test coverage for NeonLLM base class

Issues

Other Notes

@NeonDaniel NeonDaniel force-pushed the FEAT_SupportRequestKwargs branch from b96a34b to 55211ae Compare January 8, 2025 20:59
Update docstrings and type annotations
Add `query_model` method to accept an `LLMRequest` and return an `LLMResponse`
Add unit test coverage for `NeonLLM`
@NeonDaniel NeonDaniel force-pushed the FEAT_SupportRequestKwargs branch from 55211ae to 2f744eb Compare April 10, 2025 22:28
…to be overridden for access to `PromptData`
…_id` and `routing_key`

Refactor `ask_discusser` and `_ask_model_for_opinion` to maintain backwards-compat
Add routing kwargs back to `query_model` responses
Fix invalid `get_sorted_answer_indexes` mock
Add coverage to new `llm` module methods
@NeonDaniel NeonDaniel requested a review from NeonBohdan April 11, 2025 21:55
@NeonBohdan
Copy link
Contributor

NeonBohdan commented Apr 14, 2025

Looking at neon-data-models I cannot understand where and how new data will appear in requests
Is it a next stage or am I missing something?

@NeonDaniel
Copy link
Member Author

Looking at neon-data-models I cannot understand where and how new data will appear in requests Is it a next stage or am I missing something?

I haven't opened a PR yet, but I added prompt_data on this branch. It's defined here based on the examples I shared last week

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants