Class: Tavily::ResearchSource
Overview
A source cited by a research task.
Instance Attribute Summary
Attributes inherited from Object
Instance Method Summary collapse
-
#favicon ⇒ String?
Favicon URL.
-
#title ⇒ String?
Source title.
-
#url ⇒ String?
Source URL.
Methods inherited from Object
#==, #[], attribute, #dig, #hash, #initialize, #inspect, #key?, #to_h
Constructor Details
This class inherits a constructor from Tavily::Object
Instance Method Details
#favicon ⇒ String?
Returns favicon URL.
154 |
# File 'lib/tavily/responses.rb', line 154 attribute :favicon |
#title ⇒ String?
Returns source title.
150 |
# File 'lib/tavily/responses.rb', line 150 attribute :title |
#url ⇒ String?
Returns source URL.
152 |
# File 'lib/tavily/responses.rb', line 152 attribute :url |