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

Function artifact

apps/sim/lib/a2a/client.test.ts:40–49  ·  view source on GitHub ↗
(name: string, description: string, parts: Part[])

Source from the content-addressed store, hash-verified

38}
39
40function artifact(name: string, description: string, parts: Part[]): Artifact {
41 return {
42 artifactId: 'a-1',
43 name,
44 description,
45 parts,
46 metadata: undefined,
47 extensions: [],
48 } as unknown as Artifact
49}
50
51function task(opts: {
52 state?: TaskState

Callers 1

client.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected