Spaces:
Running
Running
File size: 1,827 Bytes
bba15a0 d70fecd bba15a0 d8f52ae d70fecd bba15a0 d70fecd bba15a0 d70fecd bba15a0 d70fecd bba15a0 d70fecd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 | {
"schema_version": "2",
"name": "GLM-5.3-Flash Chat",
"references": [
{
"id": "ref_prompt",
"label": "Prompt",
"role": "reference",
"asset_type": "text",
"inputs": [
{
"id": "in",
"label": "Text",
"type": "text"
}
],
"outputs": [
{
"id": "out",
"label": "Text",
"type": "text"
}
],
"data": {
"out": ""
},
"width": 310
}
],
"operators": [
{
"id": "op_glm",
"label": "GLM-5.3-Flash Chat",
"role": "operator",
"kind": "fn",
"fn": "glm_chat",
"inputs": [
{
"id": "prompt",
"label": "Prompt",
"type": "text",
"required": true
}
],
"outputs": [
{
"id": "out_0",
"label": "Reply",
"type": "text",
"output_index": 0
}
],
"data": {},
"width": 200
}
],
"subjects": [
{
"id": "sub_answer",
"label": "Answer",
"role": "subject",
"asset_type": "text",
"inputs": [
{
"id": "in",
"label": "Text",
"type": "text"
}
],
"outputs": [
{
"id": "out",
"label": "Text",
"type": "text"
}
],
"data": {
"in": ""
},
"width": 507
}
],
"edges": [
{
"id": "e1",
"from_node_id": "ref_prompt",
"from_port_id": "out",
"to_node_id": "op_glm",
"to_port_id": "prompt",
"type": "text"
},
{
"id": "e2",
"from_node_id": "op_glm",
"from_port_id": "out_0",
"to_node_id": "sub_answer",
"to_port_id": "in",
"type": "text"
}
]
} |