MCPcopy Create free account
hub / github.com/xerrors/Yuxi / getAgentConfigOptionDescription

Function getAgentConfigOptionDescription

web/src/utils/agentConfigUtils.js:41–42  ·  view source on GitHub ↗
(option)

Source from the content-addressed store, hash-verified

39}
40
41export const getAgentConfigOptionDescription = (option) =>
42 typeof option === 'object' && option !== null ? option.description || '' : ''

Callers 1

normalizeMentionResourceFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected