Expand description
functions list <source> — enumerate functions from a given source.
Streams one ResponseItem per function. Sources:
Filesystem/Objectiveai/Mock— delegates to the SDK’slist_functionsHTTP endpoint with the matchingListFunctionsSource.All— filesystem + objectiveai, de-duplicated: ObjectiveAI items skip anything already covered by a filesystem item. The fetches run concurrently.