You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a catch-all issue for tracking small and non-urgent quality-of-life issues we would like to fix prior to 1.0.0.
from mellea.backends.types import ModelOption -> from mellea.backends import ModelOption.
If tools is in the model_options passed to a backend, and also tool_calls=False, then an exception should be thrown informing the user that they should set tool_calls=True.
Subclass ValidationResult with ExecutionResult and ToolCallResult. Use these reseult types in tool-specific sampling strategies. FYI: @0xCUB3; see also feat: code_interpreter #232 (comment)
This is a catch-all issue for tracking small and non-urgent quality-of-life issues we would like to fix prior to 1.0.0.
from mellea.backends.types import ModelOption->from mellea.backends import ModelOption.toolsis in themodel_optionspassed to a backend, and alsotool_calls=False, then an exception should be thrown informing the user that they should settool_calls=True.ExecutionResultandToolCallResult. Use these reseult types in tool-specific sampling strategies. FYI: @0xCUB3; see also feat: code_interpreter #232 (comment)