@google/generative-ai
CitationSource
Interface CitationSource
A single citation source.
interface
CitationSource
{
endIndex
?:
number
;
license
?:
string
;
startIndex
?:
number
;
uri
?:
string
;
}
Index
Properties
end
Index?
license?
start
Index?
uri?
Properties
Optional
end
Index
end
Index
?:
number
Optional
license
license
?:
string
Optional
start
Index
start
Index
?:
number
Optional
uri
uri
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
end
Index
license
start
Index
uri
Preparing search index...
The search index is not available
@google/generative-ai - v0.7.1
Classes
ChatSession
GenerativeModel
GoogleGenerativeAI
Variables
POSSIBLE_ROLES
Type Aliases
Part
Tool
Interfaces
BaseParams
BatchEmbedContentsRequest
BatchEmbedContentsResponse
CitationMetadata
CitationSource
Content
ContentEmbedding
CountTokensRequest
CountTokensResponse
EmbedContentRequest
EmbedContentResponse
Loading...
A single citation source.