Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-weave-caching.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
weave / StringPrompt
階層構造
コンストラクタ
プロパティ
アクセサ
メソッド
コンストラクタ
constructor
• new StringPrompt(parameters): StringPrompt
パラメータ
| 名前 | 型 |
|---|
parameters | StringPromptParameters |
返り値
StringPrompt
オーバーライド
Prompt.constructor
定義箇所
prompt.ts:17
プロパティ
__savedRef
• Optional __savedRef: ObjectRef | Promise<ObjectRef>
継承元
Prompt.__savedRef
定義箇所
weaveObject.ts:73
content
• content: string
定義箇所
prompt.ts:15
アクセサ
description
• get description(): undefined | string
返り値
undefined | string
継承元
Prompt.description
定義箇所
weaveObject.ts:100
name
• get name(): string
返り値
string
継承元
Prompt.name
定義箇所
weaveObject.ts:96
メソッド
▸ format(values?): string
パラメータ
| 名前 | 型 |
|---|
values | Record<string, any> |
返り値
string
定義箇所
prompt.ts:22
saveAttrs
▸ saveAttrs(): Object
返り値
Object
継承元
Prompt.saveAttrs
定義箇所
weaveObject.ts:77
get
▸ get(client, uri): Promise<StringPrompt>
パラメータ
| 名前 | 型 |
|---|
client | WeaveClient |
uri | string |
返り値
Promise<StringPrompt>
定義箇所
prompt.ts:26