Skip to content

Commit 7b384c8

Browse files
author
Jicheng Lu
committed
minor change
1 parent 5531fd0 commit 7b384c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/page/agent/[agentId]/agent-components/agent-rule.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import { getAgentRuleOptions } from '$lib/services/agent-service';
55
66
const limit = 100;
7-
const textLimit = 100;
7+
const textLimit = 200;
88
99
/** @type {import('$agentTypes').AgentModel} */
1010
export let agent;

0 commit comments

Comments
 (0)