koog-agents
Toggle table of contents
0.4.2
common
Platform filter
common
Switch theme
Search in API
koog-agents
prompt-executor-openai-client-base
/
ai.koog.prompt.executor.clients.openai.base.models
/
OpenAIWebUrlCitation
Open
AIWeb
Url
Citation
@
Serializable
class
OpenAIWebUrlCitation
(
val
urlCitation
:
OpenAIWebUrlCitation.Citation
)
(
source
)
Members
Constructors
Open
AIWeb
Url
Citation
Link copied to clipboard
constructor
(
urlCitation
:
OpenAIWebUrlCitation.Citation
)
Types
Citation
Link copied to clipboard
@
Serializable
class
Citation
(
val
endIndex
:
Int
,
val
startIndex
:
Int
,
val
title
:
String
,
val
url
:
String
)
Properties
type
Link copied to clipboard
val
type
:
String
The type of the URL citation.
url
Citation
Link copied to clipboard
val
urlCitation
:
OpenAIWebUrlCitation.Citation
A URL citation when using web search.