Function: validateToolAdapterIdentity()
Makaio Framework / contracts / validateToolAdapterIdentity
Function: validateToolAdapterIdentity()
Section titled “Function: validateToolAdapterIdentity()”validateToolAdapterIdentity(
request):ToolAdapterIdentityValidation
Defined in: ../../../packages/contracts/src/tool/adapter-identity.ts:51
Validates the coherent adapter-identity invariant shared by wire contracts and runtime.
Adapter identity is optional, but when present the top-level fields are canonical.
contextOverrides may duplicate those same values, but it may not be the sole source
of adapter identity, complete a partial top-level identity, or contradict it.
Parameters
Section titled “Parameters”request
Section titled “request”ToolAdapterIdentityRequest
Tool execute request fields relevant to adapter identity.
Returns
Section titled “Returns”ToolAdapterIdentityValidation
Validation issues plus the coalesced effective identity.