Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/patient-sessions/modify-ai-note.mutation
modifyAiNoteInputSchema
Variable modifyAiNoteInputSchema
Const
modifyAiNoteInputSchema
:
ZodObject
<
{
customPrompt
:
ZodOptional
<
ZodString
>
;
optionId
:
ZodEnum
<
{
custom
:
"custom"
;
lengthen
:
"lengthen"
;
regenerate
:
"regenerate"
;
remove_name
:
"remove_name"
;
remove_sensitive
:
"remove_sensitive"
;
shorten
:
"shorten"
;
}
,
>
;
sessionId
:
ZodPipe
<
ZodString
,
ZodTransform
<
SessionId
,
number
>
>
&
zIdInnerType
<
ZodString
,
>
;
}
,
$strip
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...