MCPcopy Create free account
hub / github.com/zxlie/FeHelper / getBuiltInTextLanguageOptions

Function getBuiltInTextLanguageOptions

apps/aiagent/fh.ai.js:111–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 }
110
111 function getBuiltInTextLanguageOptions() {
112 return {
113 expectedInputs: [
114 { type: 'text', languages: BUILTIN_TEXT_LANGUAGES }
115 ],
116 expectedOutputs: [
117 { type: 'text', languages: [getPreferredBuiltInOutputLanguage()] }
118 ]
119 };
120 }
121
122 function buildBuiltInCreateOptions(extraOptions) {
123 return {

Callers 4

getBuiltInAvailabilityFunction · 0.85
askBuiltInLLMFunction · 0.85
prepareBuiltInModelFunction · 0.85

Calls 1

Tested by

no test coverage detected