Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 409 Bytes

File metadata and controls

20 lines (14 loc) · 409 Bytes

Freeclimb::CompletionResult

Properties

Name Type Description Notes
response String The generative response from the KnowledgeBase
status CompletionResultStatus

Example

require 'freeclimb'

instance = Freeclimb::CompletionResult.new(
  response: null,
  status: null
)