Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirk-marple committed Dec 13, 2024
1 parent f5a2b5f commit 6a29cb4
Show file tree
Hide file tree
Showing 10 changed files with 1,984 additions and 0 deletions.
143 changes: 143 additions & 0 deletions documents/conversation/CompleteConversation.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,148 @@ mutation CompleteConversation($completion: String!, $id: ID!, $correlationId: St
relation
}
}
details {
modelService
model
supportsToolCalling
sourceCount
observableCount
toolCount
renderedSourceCount
renderedObservableCount
renderedToolCount
rankedSourceCount
rankedObservableCount
rankedToolCount
tokenLimit
completionTokenLimit
sources
formattedSources
formattedObservables
formattedInstructions
formattedTools
messages {
role
author
message
citations {
content {
id
name
state
originalDate
identifier
uri
type
fileType
mimeType
format
formatName
fileExtension
fileName
fileSize
masterUri
imageUri
textUri
audioUri
transcriptUri
summary
customSummary
keywords
bullets
headlines
posts
chapters
questions
video {
width
height
duration
make
model
software
title
description
keywords
author
}
audio {
keywords
author
series
episode
episodeType
season
publisher
copyright
genre
title
description
bitrate
channels
sampleRate
bitsPerSample
duration
}
image {
width
height
resolutionX
resolutionY
bitsPerComponent
components
projectionType
orientation
description
make
model
software
lens
focalLength
exposureTime
fNumber
iso
heading
pitch
}
document {
title
subject
summary
author
publisher
description
keywords
pageCount
worksheetCount
slideCount
wordCount
lineCount
paragraphCount
isEncrypted
hasDigitalSignature
}
}
index
text
startTime
endTime
pageNumber
frameNumber
}
toolCalls {
id
name
arguments
}
tokens
throughput
completionTime
timestamp
modelService
model
}
assistantMessage
}
}
}
143 changes: 143 additions & 0 deletions documents/conversation/ContinueConversation.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,148 @@ mutation ContinueConversation($id: ID!, $responses: [ConversationToolResponseInp
relation
}
}
details {
modelService
model
supportsToolCalling
sourceCount
observableCount
toolCount
renderedSourceCount
renderedObservableCount
renderedToolCount
rankedSourceCount
rankedObservableCount
rankedToolCount
tokenLimit
completionTokenLimit
sources
formattedSources
formattedObservables
formattedInstructions
formattedTools
messages {
role
author
message
citations {
content {
id
name
state
originalDate
identifier
uri
type
fileType
mimeType
format
formatName
fileExtension
fileName
fileSize
masterUri
imageUri
textUri
audioUri
transcriptUri
summary
customSummary
keywords
bullets
headlines
posts
chapters
questions
video {
width
height
duration
make
model
software
title
description
keywords
author
}
audio {
keywords
author
series
episode
episodeType
season
publisher
copyright
genre
title
description
bitrate
channels
sampleRate
bitsPerSample
duration
}
image {
width
height
resolutionX
resolutionY
bitsPerComponent
components
projectionType
orientation
description
make
model
software
lens
focalLength
exposureTime
fNumber
iso
heading
pitch
}
document {
title
subject
summary
author
publisher
description
keywords
pageCount
worksheetCount
slideCount
wordCount
lineCount
paragraphCount
isEncrypted
hasDigitalSignature
}
}
index
text
startTime
endTime
pageNumber
frameNumber
}
toolCalls {
id
name
arguments
}
tokens
throughput
completionTime
timestamp
modelService
model
}
assistantMessage
}
}
}
Loading

0 comments on commit 6a29cb4

Please sign in to comment.