Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-update-training-api-26.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
weave / StringPrompt
Hierarchy
생성자 (Constructors)
속성 (Properties)
접근자 (Accessors)
메소드 (Methods)
생성자 (Constructors)
constructor
• new StringPrompt(parameters): StringPrompt
파라미터
| 이름 | 타입 |
|---|
parameters | StringPromptParameters |
반환 값
StringPrompt
재정의 (Overrides)
Prompt.constructor
정의 위치
prompt.ts:17
속성 (Properties)
__savedRef
• Optional __savedRef: ObjectRef | Promise<ObjectRef>
상속 원본
Prompt.__savedRef
정의 위치
weaveObject.ts:73
content
• content: string
정의 위치
prompt.ts:15
접근자 (Accessors)
description
• get description(): undefined | string
반환 값
undefined | string
상속 원본
Prompt.description
정의 위치
weaveObject.ts:100
name
• get name(): string
반환 값
string
상속 원본
Prompt.name
정의 위치
weaveObject.ts:96
메소드 (Methods)
▸ 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