* `applyConfig` is present.
*/
function readCompletionActionMeta(value: unknown): IAgentHostCompletionAction | undefined {
agentCompletionAttachmentMeta.ts
if (!value || typeof value !== 'object' || Array.isArray(value)) {
return undefined;
}