Variable: ForkChildInfoSchema
Makaio Framework / contracts/session / ForkChildInfoSchema
Variable: ForkChildInfoSchema
Section titled “Variable: ForkChildInfoSchema”
constForkChildInfoSchema:ZodObject<{branchKind:ZodNullable<ZodEnum<{aside:"aside";branch:"branch";compress:"compress";coordinator:"coordinator";fork:"fork";rewrite:"rewrite";subagent:"subagent"; }>>;forkPointMessageId:ZodNullable<ZodString>;hasChildren:ZodBoolean;messageCount:ZodNumber;sessionId:ZodString;spawningToolCallId:ZodOptional<ZodString>;title:ZodNullable<ZodString>; },$strip>
Defined in: ../../../packages/contracts/src/session/schemas/fork-child-info.ts:8
Information about a child session for fork display. Used by getChildren enriched response.