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 / MessagesPrompt
コンストラクタ
プロパティ
アクセサ
メソッド
コンストラクタ
constructor
• new MessagesPrompt(parameters): MessagesPrompt
パラメータ
| 名前 | 型 |
|---|
parameters | MessagesPromptParameters |
戻り値
MessagesPrompt
オーバーライド
Prompt.constructor
定義箇所
prompt.ts:40
プロパティ
__savedRef
• Optional __savedRef: ObjectRef | Promise<ObjectRef>
継承元
Prompt.__savedRef
定義箇所
weaveObject.ts:73
messages
• messages: Record<string, any>[]
定義箇所
prompt.ts:38
アクセサ
description
• get description(): undefined | string
戻り値
undefined | string
継承元
Prompt.description
定義箇所
weaveObject.ts:100
name
• get name(): string
戻り値
string
継承元
Prompt.name
定義箇所
weaveObject.ts:96
メソッド
▸ format(values?): Record<string, any>[]
パラメータ
| 名前 | 型 |
|---|
values | Record<string, any> |
戻り値
Record<string, any>[]
定義箇所
prompt.ts:67
saveAttrs
▸ saveAttrs(): Object
戻り値
Object
継承元
Prompt.saveAttrs
定義箇所
weaveObject.ts:77
get
▸ get(client, uri): Promise<MessagesPrompt>
パラメータ
| 名前 | 型 |
|---|
client | WeaveClient |
uri | string |
戻り値
Promise<MessagesPrompt>
定義箇所
prompt.ts:73