Neutrome SDK reference
Preparing search index...
lilsdk-ts/src/managed
AttachmentToTextOptions
Type Alias AttachmentToTextOptions
Options accepted by
createAttachmentToTextExecutor
.
type
AttachmentToTextOptions
=
{
cacheKey
?:
(
attachment
:
ProgramAttachment
,
ctx
:
ExecutorContext
,
)
=>
string
;
systemPrompt
?:
string
;
}
Index
Properties
cache
Key?
system
Prompt?
Properties
Optional
cache
Key
cacheKey
?:
(
attachment
:
ProgramAttachment
,
ctx
:
ExecutorContext
)
=>
string
Optional
system
Prompt
systemPrompt
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cache
Key
system
Prompt
Neutrome SDK reference
Loading...
Options accepted by createAttachmentToTextExecutor.