Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
weave / StringPrompt
생성자
• new StringPrompt(parameters): StringPrompt
| 이름 | 유형 |
|---|
parameters | StringPromptParameters |
StringPrompt
Prompt.constructor
prompt.ts:17
• 선택 __savedRef: ObjectRef | Promise<ObjectRef>
Prompt.__savedRef
weaveObject.ts:73
• content: string
prompt.ts:15
접근자
• get 설명(): undefined | string
undefined | string
Prompt.설명
weaveObject.ts:100
• get name(): string
string
Prompt.name
weaveObject.ts:96
▸ format(values?): string
| 이름 | 유형 |
|---|
values | Record<string, any> |
string
prompt.ts:22
▸ saveAttrs(): 객체
객체
Prompt.saveAttrs
weaveObject.ts:77
▸ get(client, uri): Promise<StringPrompt>
| 이름 | 유형 |
|---|
client | WeaveClient |
uri | string |
Promise<StringPrompt>
prompt.ts:26