MCPcopy Create free account
hub / github.com/langgenius/dify / table

Function table

cli/src/framework/output.ts:61–66  ·  view source on GitHub ↗
(opts: {
  readonly format: string
  readonly data: TRow
})

Source from the content-addressed store, hash-verified

59}
60
61export function table<TRow extends TablePrintable>(opts: {
62 readonly format: string
63 readonly data: TRow
64}): TableOutput<TRow> {
65 return { kind: 'table', ...opts }
66}
67
68export function formatted<TData extends FormattedPrintable>(opts: {
69 readonly format: string

Callers 12

output.test.tsFile · 0.90
runMethod · 0.90
runMethod · 0.90
renderFunction · 0.90
runMethod · 0.90
renderFunction · 0.90
runMethod · 0.90
list.test.tsFile · 0.90

Calls

no outgoing calls

Tested by 2

renderFunction · 0.72
renderFunction · 0.72