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 description(): undefined | string
undefined | string
Prompt.description
weaveObject.ts:100
• get name(): string
string
Prompt.name
weaveObject.ts:96
メソッド
▸ format(values?): string
| 名 | タイプ |
|---|
values | Record<string, any> |
string
prompt.ts:22
▸ saveAttrs(): Object
Object
Prompt.saveAttrs
weaveObject.ts:77
▸ get(client, uri): Promise<StringPrompt>
| 名 | タイプ |
|---|
client | WeaveClient |
uri | string |
Promise<StringPrompt>
prompt.ts:26