Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/ai-feedback/submit.mutation
submitAiFeedbackInputSchema
Variable submitAiFeedbackInputSchema
Const
submitAiFeedbackInputSchema
:
ZodObject
<
{
auditQuestionId
:
ZodOptional
<
ZodPipe
<
ZodString
,
ZodTransform
<
AuditQuestionId
,
number
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
;
auditResponseId
:
ZodOptional
<
ZodPipe
<
ZodString
,
ZodTransform
<
AuditResponseId
,
number
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
;
auditRunId
:
ZodOptional
<
ZodPipe
<
ZodString
,
ZodTransform
<
AuditRunId
,
number
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
;
comment
:
ZodOptional
<
ZodString
>
;
conversationId
:
ZodOptional
<
ZodString
>
;
correction
:
ZodOptional
<
ZodString
>
;
flow
:
ZodEnum
<
{
case_chat
:
"case_chat"
;
chart_review
:
"chart_review"
;
note_generation
:
"note_generation"
;
note_validation
:
"note_validation"
;
}
,
>
;
messageId
:
ZodOptional
<
ZodString
>
;
patientId
:
ZodPipe
<
ZodString
,
ZodTransform
<
PatientId
,
number
>
>
&
zIdInnerType
<
ZodString
,
>
;
patientSessionId
:
ZodOptional
<
ZodPipe
<
ZodString
,
ZodTransform
<
SessionId
,
number
>
>
&
zIdInnerType
<
ZodString
,
>
,
>
;
rating
:
ZodEnum
<
{
thumbs_down
:
"thumbs_down"
;
thumbs_up
:
"thumbs_up"
}
>
;
targetRef
:
ZodString
;
targetSnapshot
:
ZodOptional
<
ZodString
>
;
threadSnapshot
:
ZodOptional
<
ZodArray
<
ZodObject
<
{
content
:
ZodString
;
role
:
ZodEnum
<
{
assistant
:
"assistant"
;
user
:
"user"
}
>
;
}
,
$strip
,
>
,
>
,
>
;
}
,
$strip
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...