{
"title": "agent.InlineAgentBaseWithFallbacksOrRemoteCommitOptional",
"description": "Like [`InlineAgentBaseWithFallbacksOrRemote`] but with optional commit.\nUsed in request types where commit resolution happens server-side.",
"anyOf": [
{
"title": "AgentBase",
"$ref": "agent.InlineAgentBaseWithFallbacks"
},
{
"title": "Remote",
"$ref": "RemotePathCommitOptional"
}
]
}