MCPcopy Index your code
hub / github.com/simstudioai/sim / shouldUseMarkdownUpload

Function shouldUseMarkdownUpload

apps/sim/tools/google_docs/create.ts:31–33  ·  view source on GitHub ↗
(params: GoogleDocsToolParams)

Source from the content-addressed store, hash-verified

29}
30
31function shouldUseMarkdownUpload(params: GoogleDocsToolParams): boolean {
32 return Boolean(params.markdown && params.content)
33}
34
35export const createTool: ToolConfig<GoogleDocsToolParams, GoogleDocsCreateResponse> = {
36 id: 'google_docs_create',

Callers 1

create.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected