Module: LLM::OpenAI::Response::Responds
- Defined in:
- lib/llm/providers/openai/response/responds.rb
Instance Method Summary collapse
Instance Method Details
#outputs ⇒ Object
5 |
# File 'lib/llm/providers/openai/response/responds.rb', line 5 def outputs = [] |
#choices ⇒ Object
6 |
# File 'lib/llm/providers/openai/response/responds.rb', line 6 def choices = body.output |
#tools ⇒ Object
7 |
# File 'lib/llm/providers/openai/response/responds.rb', line 7 def tools = output.select { _1.type == "function_call" } |