Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 298 Bytes

CompletionRequest.md

File metadata and controls

18 lines (12 loc) · 298 Bytes

Freeclimb::CompletionRequest

Properties

Name Type Description Notes
query String Question to ask the Knowledge Base

Example

require 'freeclimb'

instance = Freeclimb::CompletionRequest.new(
  query: null
)