Class: Braintrust::Models::Prompt::FunctionType
- Inherits:
-
Enum
- Object
- Enum
- Braintrust::Models::Prompt::FunctionType
- Defined in:
- lib/braintrust/models/prompt.rb
Constant Summary collapse
- LLM =
:llm
- SCORER =
:scorer
- TASK =
:task
- TOOL =
:tool